MAINTAINERS: remove section INTEL IOP-ADMA DMA DRIVER

Message ID 20221020082103.29218-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: remove section INTEL IOP-ADMA DMA DRIVER |

Commit Message

Lukas Bulwahn Oct. 20, 2022, 8:21 a.m. UTC
  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 <lukas.bulwahn@gmail.com>
---
Arnd, please ack.

Vinod, please pick this minor clean-up patch on top of the commit above.

 MAINTAINERS | 5 -----
 1 file changed, 5 deletions(-)
  

Comments

Dan Williams Oct. 20, 2022, 3:28 p.m. UTC | #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 <lukas.bulwahn@gmail.com>

Acked-by: Dan Williams <dan.j.williams@intel.com>
  
Vinod Koul Nov. 4, 2022, 2:06 p.m. UTC | #2
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
  

Patch

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 <dan.j.williams@intel.com>
-S:	Odd fixes
-F:	drivers/dma/iop-adma.c
-
 INTEL IPU3 CSI-2 CIO2 DRIVER
 M:	Yong Zhi <yong.zhi@intel.com>
 M:	Sakari Ailus <sakari.ailus@linux.intel.com>