diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2020-04-18 11:45:46 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-29 12:03:19 +0200 |
commit | 9cc056e6064c8fd4bb43df7e7276249ddce89339 (patch) | |
tree | 8e9f6ea34660da69cbbc46fee5c5bd1dbc88f9b2 /MAINTAINERS | |
parent | media: vimc: cap: Report a colorspace (diff) | |
download | linux-9cc056e6064c8fd4bb43df7e7276249ddce89339.tar.xz linux-9cc056e6064c8fd4bb43df7e7276249ddce89339.zip |
media: MAINTAINERS: adjust entries to moving CEC USB drivers
Commit a81068181aad ("media: move CEC USB drivers to a separate directory")
moved drivers/media/usb/{pulse8,rainshadow}-cec to
drivers/media/cec/usb/{rainshadow,pulse8}, but did not adjust the entries
in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test=patterns complains:
warning: no file matches F: drivers/media/usb/pulse8-cec/*
warning: no file matches F: drivers/media/usb/rainshadow-cec/*
Update the MAINTAINERS entries to the new file locations.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d633a131dcd7..bf08cc495425 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13706,7 +13706,7 @@ L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git F: Documentation/admin-guide/media/pulse8-cec.rst -F: drivers/media/usb/pulse8-cec/* +F: drivers/media/cec/usb/pulse8/ PVRUSB2 VIDEO4LINUX DRIVER M: Mike Isely <isely@pobox.com> @@ -14122,7 +14122,7 @@ M: Hans Verkuil <hverkuil@xs4all.nl> L: linux-media@vger.kernel.org S: Maintained T: git git://linuxtv.org/media_tree.git -F: drivers/media/usb/rainshadow-cec/* +F: drivers/media/cec/usb/rainshadow/ RALINK MIPS ARCHITECTURE M: John Crispin <john@phrozen.org> |