mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
09741de09b
commit
59a81c70b0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user