aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/cadence
diff options
context:
space:
mode:
authorFlavio Suligoi <f.suligoi@asem.it>2020-06-23 09:48:51 +0200
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2020-09-07 16:10:15 +0100
commitc7e592a6a5413c780f846d9b053fb132fedb63b8 (patch)
tree851c8dabb8c6643dd53a7c155a0d61989857a1b9 /drivers/pci/controller/cadence
parentLinux 5.9-rc1 (diff)
downloadwireguard-linux-c7e592a6a5413c780f846d9b053fb132fedb63b8.tar.xz
wireguard-linux-c7e592a6a5413c780f846d9b053fb132fedb63b8.zip
PCI: cadence-ep: Remove obsolete path from comment
This comment still refers to the old driver pathname, when all PCI drivers were located directly under the drivers/pci directory. Anyway the function name itself is enough, so we can remove the overabundant path reference. Link: https://lore.kernel.org/r/20200623074851.7832-1-f.suligoi@asem.it Signed-off-by: Flavio Suligoi <f.suligoi@asem.it> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Diffstat (limited to 'drivers/pci/controller/cadence')
-rw-r--r--drivers/pci/controller/cadence/pcie-cadence-ep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/controller/cadence/pcie-cadence-ep.c b/drivers/pci/controller/cadence/pcie-cadence-ep.c
index 254a3e1eff50..84cc58dc8512 100644
--- a/drivers/pci/controller/cadence/pcie-cadence-ep.c
+++ b/drivers/pci/controller/cadence/pcie-cadence-ep.c
@@ -328,7 +328,6 @@ static int cdns_pcie_ep_send_legacy_irq(struct cdns_pcie_ep *ep, u8 fn, u8 intx)
cdns_pcie_ep_assert_intx(ep, fn, intx, true);
/*
* The mdelay() value was taken from dra7xx_pcie_raise_legacy_irq()
- * from drivers/pci/dwc/pci-dra7xx.c
*/
mdelay(1);
cdns_pcie_ep_assert_intx(ep, fn, intx, false);