Commit cd0ab43ec91a ("dmaengine: remove iop-adma driver") removes the
driver's source code, but misses to remove the MAINTAINERS section.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.
Remove the INTEL IOP-ADMA DMA DRIVER section pointing to the removed
driver.
Signed-off-by: Lukas Bulwahn <[email protected]>
---
Arnd, please ack.
Vinod, please pick this minor clean-up patch on top of the commit above.
MAINTAINERS | 5 -----
1 file changed, 5 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8912c852d5a2..9839febf8b51 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10339,11 +10339,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
F: drivers/iommu/intel/
F: include/linux/intel-svm.h
-INTEL IOP-ADMA DMA DRIVER
-R: Dan Williams <[email protected]>
-S: Odd fixes
-F: drivers/dma/iop-adma.c
-
INTEL IPU3 CSI-2 CIO2 DRIVER
M: Yong Zhi <[email protected]>
M: Sakari Ailus <[email protected]>
--
2.17.1
Lukas Bulwahn wrote:
> Commit cd0ab43ec91a ("dmaengine: remove iop-adma driver") removes the
> driver's source code, but misses to remove the MAINTAINERS section.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
>
> Remove the INTEL IOP-ADMA DMA DRIVER section pointing to the removed
> driver.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
Acked-by: Dan Williams <[email protected]>
On 20-10-22, 10:21, Lukas Bulwahn wrote:
> Commit cd0ab43ec91a ("dmaengine: remove iop-adma driver") removes the
> driver's source code, but misses to remove the MAINTAINERS section.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
>
> Remove the INTEL IOP-ADMA DMA DRIVER section pointing to the removed
> driver.
Applied, thanks
--
~Vinod