diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 13:34:25 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-11 21:38:45 -0500 |
commit | d5d4f6e4237aaa2bc2347d68e0ba297f884f464f (patch) | |
tree | 5b877b87d73bcfaba933a9651252f24e2444b32d /drivers/pci | |
parent | 88790f99c75cb7d32e1d981b223de01a06d55eb6 (diff) | |
download | linux-d5d4f6e4237aaa2bc2347d68e0ba297f884f464f.tar.bz2 |
PCI: hisi: Remove unused platform data
The hisi driver never uses the platform drvdata pointer, so don't bother
setting it. No functional change intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/host/pcie-hisi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-hisi.c b/drivers/pci/host/pcie-hisi.c index 1c0802862b5d..d4a5812d5f14 100644 --- a/drivers/pci/host/pcie-hisi.c +++ b/drivers/pci/host/pcie-hisi.c @@ -210,8 +210,6 @@ static int hisi_pcie_probe(struct platform_device *pdev) if (ret) return ret; - platform_set_drvdata(pdev, hisi_pcie); - dev_warn(dev, "only 32-bit config accesses supported; smaller writes may corrupt adjacent RW1C fields\n"); return 0; |