summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorMikhail Rudenko <mike.rudenko@gmail.com>2023-08-03 15:37:42 +0300
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-09-27 10:39:56 +0300
commite986ab55e7576053a6a764ec71e0517245eae758 (patch)
tree1d216326033842922ea1a35d3f58848e3fcdf2cc /MAINTAINERS
parent2b651ba688b3d0dbfc35701a12d6eb4885800e14 (diff)
downloadlinux-e986ab55e7576053a6a764ec71e0517245eae758.tar.xz
MAINTAINERS: fix file path for Omnvision OV4689
Correct the driver source path specified in the MAINTAINERS file, which was mistakenly set due to an oversight during the driver's initial addition. Signed-off-by: Mikhail Rudenko <mike.rudenko@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b19995690904..20e37b562c9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15772,7 +15772,7 @@ L: linux-media@vger.kernel.org
S: Maintained
T: git git://linuxtv.org/media_tree.git
F: Documentation/devicetree/bindings/media/i2c/ovti,ov4689.yaml
-F: drivers/media/i2c/ov5647.c
+F: drivers/media/i2c/ov4689.c
OMNIVISION OV5640 SENSOR DRIVER
M: Steve Longerbeam <slongerbeam@gmail.com>