提交 c7e592a6 编写于 作者: F Flavio Suligoi 提交者: Lorenzo Pieralisi

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.itSigned-off-by: NFlavio Suligoi <f.suligoi@asem.it>
Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
上级 9123e3a7
...@@ -328,7 +328,6 @@ static int cdns_pcie_ep_send_legacy_irq(struct cdns_pcie_ep *ep, u8 fn, u8 intx) ...@@ -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); cdns_pcie_ep_assert_intx(ep, fn, intx, true);
/* /*
* The mdelay() value was taken from dra7xx_pcie_raise_legacy_irq() * The mdelay() value was taken from dra7xx_pcie_raise_legacy_irq()
* from drivers/pci/dwc/pci-dra7xx.c
*/ */
mdelay(1); mdelay(1);
cdns_pcie_ep_assert_intx(ep, fn, intx, false); cdns_pcie_ep_assert_intx(ep, fn, intx, false);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册