Skip to content

Commit

Permalink
[media] go7007: remove current_norm
Browse files Browse the repository at this point in the history
It's deprecated and replaced by g_std. Since this driver already implements
g_std the use of current_norm can just be removed.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 24, 2013
1 parent 4d217b8 commit fabfd71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/media/go7007/go7007-v4l2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,6 @@ static struct video_device go7007_template = {
.release = go7007_vfl_release,
.ioctl_ops = &video_ioctl_ops,
.tvnorms = V4L2_STD_ALL,
.current_norm = V4L2_STD_NTSC,
};

int go7007_v4l2_init(struct go7007 *go)
Expand Down

0 comments on commit fabfd71

Please sign in to comment.