]> git.baikalelectronics.ru Git - kernel.git/commitdiff
media: i2c: rdacm20: Report camera module name
authorJacopo Mondi <jacopo+renesas@jmondi.org>
Wed, 16 Jun 2021 12:46:14 +0000 (14:46 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 17 Jun 2021 09:54:54 +0000 (11:54 +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 <jacopo+renesas@jmondi.org>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/rdacm20.c

index 9d5de15fbdb894471353327d306bdb917421a6b6..343604b61e2ab716c59f7918369d0aa1ef842779 100644 (file)
@@ -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.