diff mbox series

media: MAINTAINERS: rectify entry in SAA7146 VIDEO4LINUX-2 DRIVER

Message ID 20220905102939.19766-1-lukas.bulwahn@gmail.com
State Accepted
Commit a1f32d288224ad9cf02968819e6800f6366d0d8f
Headers show
Series media: MAINTAINERS: rectify entry in SAA7146 VIDEO4LINUX-2 DRIVER | expand

Commit Message

Lukas Bulwahn Sept. 5, 2022, 10:29 a.m. UTC
Commit e33fdb5a0249 ("media: saa7146: deprecate hexium_gemini/orion, mxb
and ttpci") moves some media drivers to the staging subsystem, and
unfortunately only partially adjusts the entry in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

As the files matching include/media/drv-intf/saa7146* are moved to
drivers/staging/media/deprecated/saa7146/common, this directory is already
covered by the existing file entry
drivers/staging/media/deprecated/saa7146/.

Repair this file reference in SAA7146 VIDEO4LINUX-2 DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 228d3a9ddc34..72e119158612 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17982,7 +17982,6 @@  L:	linux-media@vger.kernel.org
 S:	Maintained
 T:	git git://linuxtv.org/media_tree.git
 F:	drivers/staging/media/deprecated/saa7146/
-F:	include/media/drv-intf/saa7146*
 
 SAFESETID SECURITY MODULE
 M:	Micah Morton <mortonm@chromium.org>