summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@redhat.com>2024-12-13 07:00:11 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2025-01-07 12:21:41 +0100
commit80aa73ef569f93af92803523667e824b64d07a73 (patch)
tree18db58b8713cbfea630a957cc68e16f7065cfb59
parent45ef22b6b58c347e72c0658132f7885a653f45e6 (diff)
MAINTAINERS: repair file entry in MEDIA DRIVERS FOR STM32 - CSI
Commit dcb0f4c16be5 ("media: stm32: csi: addition of the STM32 CSI driver") adds a new driver at drivers/media/platform/st/stm32/stm32-csi.c, but creates a new MAINTAINERS section MEDIA DRIVERS FOR STM32 - CSI with a file entry pointing to drivers/media/platform/stm32/stm32-csi.c. Note that the file entry is missing the ‘st’ directory in its path. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a broken reference. Repair this file entry in MEDIA DRIVERS FOR STM32 - CSI. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> Reviewed-by: Alain Volmat <alain.volmat@foss.st.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7136c2ea3f6e..575f0e6f0532 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14502,7 +14502,7 @@ L: linux-media@vger.kernel.org
S: Supported
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/st,stm32mp25-csi.yaml
-F: drivers/media/platform/stm32/stm32-csi.c
+F: drivers/media/platform/st/stm32/stm32-csi.c
MEDIA DRIVERS FOR STM32 - DCMI / DCMIPP
M: Hugues Fruchet <hugues.fruchet@foss.st.com>