Skip to content

Commit

Permalink
V4L/DVB (10728): adv7175: convert to v4l2-subdev.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 7d9ef21 commit 35631dc
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 143 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/adv7170.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ static int adv7170_g_chip_ident(struct v4l2_subdev *sd, struct v4l2_dbg_chip_ide
{
struct i2c_client *client = v4l2_get_subdevdata(sd);

return v4l2_chip_ident_i2c_client(client, chip, V4L2_IDENT_BT866, 0);
return v4l2_chip_ident_i2c_client(client, chip, V4L2_IDENT_ADV7170, 0);
}

static int adv7170_command(struct i2c_client *client, unsigned cmd, void *arg)
Expand Down
Loading

0 comments on commit 35631dc

Please sign in to comment.