diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-02-19 12:56:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:42:58 -0400 |
commit | 35631dcc7f09522ff3119ba72d1252f80419779a (patch) | |
tree | 8bf5ad447503aaae167c71080945bccbb4c29d75 /drivers/media/video/adv7170.c | |
parent | 7d9ef21c2fd4d4d302cd2026c477c058f17d2ba8 (diff) |
V4L/DVB (10728): adv7175: convert to v4l2-subdev.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/adv7170.c')
-rw-r--r-- | drivers/media/video/adv7170.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/adv7170.c b/drivers/media/video/adv7170.c index f7120b369ba2..7b10487ae818 100644 --- a/drivers/media/video/adv7170.c +++ b/drivers/media/video/adv7170.c | |||
@@ -268,7 +268,7 @@ static int adv7170_g_chip_ident(struct v4l2_subdev *sd, struct v4l2_dbg_chip_ide | |||
268 | { | 268 | { |
269 | struct i2c_client *client = v4l2_get_subdevdata(sd); | 269 | struct i2c_client *client = v4l2_get_subdevdata(sd); |
270 | 270 | ||
271 | return v4l2_chip_ident_i2c_client(client, chip, V4L2_IDENT_BT866, 0); | 271 | return v4l2_chip_ident_i2c_client(client, chip, V4L2_IDENT_ADV7170, 0); |
272 | } | 272 | } |
273 | 273 | ||
274 | static int adv7170_command(struct i2c_client *client, unsigned cmd, void *arg) | 274 | static int adv7170_command(struct i2c_client *client, unsigned cmd, void *arg) |