From: Mikhail Rudenko Date: Thu, 3 Aug 2023 12:37:42 +0000 (+0300) Subject: MAINTAINERS: fix file path for Omnvision OV4689 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e986ab55e7576053a6a764ec71e0517245eae758;p=linux.git 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 Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- diff --git a/MAINTAINERS b/MAINTAINERS index b19995690904a..20e37b562c9ec 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