diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2014-03-04 08:05:19 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 10:13:15 -0300 |
commit | b09dfac83201812bf359e32a17afc7f6763ae379 (patch) | |
tree | fe744792d7e45cb33e2349b8048c5a4d117cbb05 /drivers/media/i2c/adv7511.c | |
parent | dd519bb34a09d86db720f8a65e7dee1a85b2e90f (diff) | |
download | op-kernel-dev-b09dfac83201812bf359e32a17afc7f6763ae379.zip op-kernel-dev-b09dfac83201812bf359e32a17afc7f6763ae379.tar.gz |
[media] adv*: replace the deprecated v4l2_subdev_edid by v4l2_edid
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/i2c/adv7511.c')
-rw-r--r-- | drivers/media/i2c/adv7511.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/adv7511.c b/drivers/media/i2c/adv7511.c index ee61894..942ca4b 100644 --- a/drivers/media/i2c/adv7511.c +++ b/drivers/media/i2c/adv7511.c @@ -597,7 +597,7 @@ static int adv7511_isr(struct v4l2_subdev *sd, u32 status, bool *handled) return 0; } -static int adv7511_get_edid(struct v4l2_subdev *sd, struct v4l2_subdev_edid *edid) +static int adv7511_get_edid(struct v4l2_subdev *sd, struct v4l2_edid *edid) { struct adv7511_state *state = get_adv7511_state(sd); |