diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-05-29 05:59:37 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-17 07:41:53 -0400 |
commit | e84e91ea486cc153713f48a7c867828b150438d1 (patch) | |
tree | 3e864837619c91a002dd00d66bdda5587c477a08 /drivers/media/i2c/saa7115.c | |
parent | 076c3454d645ac937bfc293235e3a31e31794114 (diff) |
[media] saa7115: add back the dropped 'found' message
The saa7115 driver used to show a 'chip found' message during probe. This
was accidentally dropped during recent commits. Add it back as it is quite
useful.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/i2c/saa7115.c')
-rw-r--r-- | drivers/media/i2c/saa7115.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/i2c/saa7115.c b/drivers/media/i2c/saa7115.c index 18cf0bfaf743..4daa81c55a82 100644 --- a/drivers/media/i2c/saa7115.c +++ b/drivers/media/i2c/saa7115.c | |||
@@ -1735,6 +1735,8 @@ static int saa711x_probe(struct i2c_client *client, | |||
1735 | sd = &state->sd; | 1735 | sd = &state->sd; |
1736 | v4l2_i2c_subdev_init(sd, client, &saa711x_ops); | 1736 | v4l2_i2c_subdev_init(sd, client, &saa711x_ops); |
1737 | 1737 | ||
1738 | v4l_info(client, "%s found @ 0x%x (%s)\n", name, | ||
1739 | client->addr << 1, client->adapter->name); | ||
1738 | hdl = &state->hdl; | 1740 | hdl = &state->hdl; |
1739 | v4l2_ctrl_handler_init(hdl, 6); | 1741 | v4l2_ctrl_handler_init(hdl, 6); |
1740 | /* add in ascending ID order */ | 1742 | /* add in ascending ID order */ |