]> Pileus Git - ~andy/linux/commitdiff
[media] go7007: remove current_norm
authorHans Verkuil <hans.verkuil@cisco.com>
Sun, 17 Feb 2013 12:06:27 +0000 (09:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 24 Mar 2013 15:40:39 +0000 (12:40 -0300)
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>
drivers/staging/media/go7007/go7007-v4l2.c

index e9196bbc21ee147a188fe7a9a20abce26446e8ee..6cb6f43a1aa53976640ea4bcb55f5b23553776ad 100644 (file)
@@ -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)