summaryrefslogtreecommitdiff
path: root/drivers/staging/media/go7007
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2013-02-17 12:06:27 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-24 15:40:39 (GMT)
commitfabfd71153c7e98aca77c8069a633f3a25bcdaf7 (patch)
treef90b8fc4b092f09dbdf603632cc0ebbc4d3f949b /drivers/staging/media/go7007
parent4d217b83fe315776d54b11d752fb09c5fb0de2da (diff)
downloadlinux-fsl-qoriq-fabfd71153c7e98aca77c8069a633f3a25bcdaf7.tar.xz
[media] go7007: remove current_norm
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>
Diffstat (limited to 'drivers/staging/media/go7007')
-rw-r--r--drivers/staging/media/go7007/go7007-v4l2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/go7007/go7007-v4l2.c b/drivers/staging/media/go7007/go7007-v4l2.c
index e9196bb..6cb6f43 100644
--- a/drivers/staging/media/go7007/go7007-v4l2.c
+++ b/drivers/staging/media/go7007/go7007-v4l2.c
@@ -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)