From: Jacopo Mondi Date: Wed, 16 Jun 2021 12:46:14 +0000 (+0200) Subject: media: i2c: rdacm20: Report camera module name X-Git-Tag: v5.15~623^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59a81c70b0b3563fe8426b0fe4d96263b6fa8823;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/rdacm20.c b/drivers/media/i2c/rdacm20.c index 9d5de15..343604b 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.