diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-06 13:43:04 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-10-11 23:45:32 -0500 |
commit | 16cbff14076d2f5e1bb49025a1b3a4a7f46cc7ec (patch) | |
tree | e6ffecf6a561da3043cf4cfae3ca3451ac91f674 /drivers/pci/host/pci-tegra.c | |
parent | a581fa99367205e450ef582428de2f267f915791 (diff) |
PCI: tegra: Remove unused platform data
The tegra 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/host/pci-tegra.c')
-rw-r--r-- | drivers/pci/host/pci-tegra.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c index e2ec0f604452..8dfccf733241 100644 --- a/drivers/pci/host/pci-tegra.c +++ b/drivers/pci/host/pci-tegra.c @@ -2266,7 +2266,6 @@ static int tegra_pcie_probe(struct platform_device *pdev) dev_err(dev, "failed to setup debugfs: %d\n", err); } - platform_set_drvdata(pdev, pcie); return 0; disable_msi: |