This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: i2c: rdacm20: Report camera module name
Author:  Jacopo Mondi <[email protected]>
Date:    Wed Jun 16 14:46:14 2021 +0200

When the device is identified the driver currently reports the
names of the chips embedded in the camera module.

Report the name of the camera module itself instead.
Cosmetic change only.

Signed-off-by: Jacopo Mondi <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/i2c/rdacm20.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c
index 9d5de15fbdb8..343604b61e2a 100644
--- a/drivers/media/i2c/rdacm20.c
+++ b/drivers/media/i2c/rdacm20.c
@@ -537,7 +537,7 @@ again:
        if (ret)
                return ret;
 
-       dev_info(dev->dev, "Identified MAX9271 + OV10635 device\n");
+       dev_info(dev->dev, "Identified RDACM20 camera module\n");
 
        /*
         * Set reverse channel high threshold to increase noise immunity.

_______________________________________________
linuxtv-commits mailing list
[email protected]
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to