Message ID | 20241220114317.21219-1-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,1/4] media: ov2740: Debug log chip ID | expand |
diff --git a/drivers/media/i2c/ov2740.c b/drivers/media/i2c/ov2740.c index c484b753a718..a79e478342dd 100644 --- a/drivers/media/i2c/ov2740.c +++ b/drivers/media/i2c/ov2740.c @@ -644,6 +644,8 @@ static int ov2740_identify_module(struct ov2740 *ov2740) return -ENXIO; } + dev_dbg(&client->dev, "chip id: 0x%x\n", val); + ov2740->identified = true; return 0;