From b3e93cae7c57d48d2a2af02f1d4d178499a3c58d Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Sat, 29 Sep 2018 12:41:17 -0400 Subject: [PATCH] media: MAINTAINERS: Fix entry for the renamed dw9807 driver The driver for the dw9807 voice coil was renamed as dw9807-vcm.c to reflect the fact that the chip also contains an EEPROM. While there is no EEPROM (nor MFD) driver yet and it may not be ever even needed, the driver was renamed accordingly. But the MAINTAINERS entry was not. Fix this. Fixes: f520db15933c ("media: dw9807-vcm: Recognise this is just the VCM bit of the device") Reported-by: Joe Perches Signed-off-by: Sakari Ailus Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 68a308529d77c..cf6c707fbb0fe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4511,7 +4511,7 @@ M: Sakari Ailus L: linux-media@vger.kernel.org T: git git://linuxtv.org/media_tree.git S: Maintained -F: drivers/media/i2c/dw9807.c +F: drivers/media/i2c/dw9807-vcm.c F: Documentation/devicetree/bindings/media/i2c/dongwoon,dw9807-vcm.txt DOUBLETALK DRIVER -- 2.39.5