aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo+renesas@jmondi.org>2021-06-16 14:46:14 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-17 11:54:54 +0200
commit59a81c70b0b3563fe8426b0fe4d96263b6fa8823 (patch)
tree1990c93d0dbdef11b2e974771576c2efee1b2aac /drivers/media
parentmedia: i2c: rdacm20: Enable noise immunity (diff)
downloadlinux-dev-59a81c70b0b3563fe8426b0fe4d96263b6fa8823.tar.xz
linux-dev-59a81c70b0b3563fe8426b0fe4d96263b6fa8823.zip
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')
-rw-r--r--drivers/media/i2c/rdacm20.c2
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.