aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2016-10-06 13:34:25 -0500
committerBjorn Helgaas <bhelgaas@google.com>2016-10-11 21:38:45 -0500
commitd5d4f6e4237aaa2bc2347d68e0ba297f884f464f (patch)
tree5b877b87d73bcfaba933a9651252f24e2444b32d
parent88790f99c75cb7d32e1d981b223de01a06d55eb6 (diff)
downloadmmc-d5d4f6e4237aaa2bc2347d68e0ba297f884f464f.tar.gz
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>
-rw-r--r--drivers/pci/host/pcie-hisi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pci/host/pcie-hisi.c b/drivers/pci/host/pcie-hisi.c
index 1c0802862b5d1..d4a5812d5f14b 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;