diff options
author | Jacopo Mondi | 2021-06-16 14:46:14 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab | 2021-06-17 11:54:54 +0200 |
commit | 59a81c70b0b3563fe8426b0fe4d96263b6fa8823 (patch) | |
tree | 1990c93d0dbdef11b2e974771576c2efee1b2aac /drivers/media/i2c | |
parent | 09741de09bf8a05558c37b2bbd85ca8f516fb753 (diff) |
media: i2c: rdacm20: Report camera module name
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>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/rdacm20.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |