diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-02-21 19:54:02 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-02-27 15:49:28 -0600 |
commit | 5901b51f3e5d9129da3e59b10cc76e4cc983e940 (patch) | |
tree | bcdcb484f3e2a6609ccce32bc5d830a2b1458b71 | |
parent | 73a7a271b3eee7b83f29b13866163776f1cbef89 (diff) | |
download | linux-5901b51f3e5d9129da3e59b10cc76e4cc983e940.tar.gz linux-5901b51f3e5d9129da3e59b10cc76e4cc983e940.tar.bz2 linux-5901b51f3e5d9129da3e59b10cc76e4cc983e940.zip |
MAINTAINERS: Correct Cadence PCI driver path
de80f95ccb9c ("PCI: cadence: Move all files to per-device cadence
directory") moved files of the PCI cadence drivers, but did not update the
MAINTAINERS entry.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches F: drivers/pci/controller/pcie-cadence*
Repair the MAINTAINERS entry.
Link: https://lore.kernel.org/r/20200221185402.4703-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 38fe2f3f7b6f..8dd7ae98c574 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12740,7 +12740,7 @@ M: Tom Joseph <tjoseph@cadence.com> L: linux-pci@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/cdns,*.txt -F: drivers/pci/controller/pcie-cadence* +F: drivers/pci/controller/cadence/ PCI DRIVER FOR FREESCALE LAYERSCAPE M: Minghuan Lian <minghuan.Lian@nxp.com> |