Skip to content

Commit 59a81c7

Browse files
Jacopo Mondimchehab
authored andcommitted
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 <[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]>
1 parent 09741de commit 59a81c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/media/i2c/rdacm20.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ static int rdacm20_initialize(struct rdacm20_device *dev)
537537
if (ret)
538538
return ret;
539539

540-
dev_info(dev->dev, "Identified MAX9271 + OV10635 device\n");
540+
dev_info(dev->dev, "Identified RDACM20 camera module\n");
541541

542542
/*
543543
* Set reverse channel high threshold to increase noise immunity.

0 commit comments

Comments
 (0)