diff options
author | Devin Heitmueller <dheitmueller@kernellabs.com> | 2009-09-10 23:53:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 22:47:49 -0400 |
commit | 891114a413f2ff8722ef4397bb6a902aab006414 (patch) | |
tree | 7534587ac2b1ab9246eac5178a28ce9506025a72 /drivers | |
parent | 10e01255026fb6a68b5aaa29427488ba2b35fc64 (diff) |
V4L/DVB (12750): em28xx: fix unused variable warning
Remove unused variable from when I introduced the g_std() function.
This work was sponsored by EyeMagnet Limited.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c index 8a06210e05d5..2466c0faf3c7 100644 --- a/drivers/media/video/em28xx/em28xx-video.c +++ b/drivers/media/video/em28xx/em28xx-video.c | |||
@@ -1144,7 +1144,6 @@ static int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *norm) | |||
1144 | { | 1144 | { |
1145 | struct em28xx_fh *fh = priv; | 1145 | struct em28xx_fh *fh = priv; |
1146 | struct em28xx *dev = fh->dev; | 1146 | struct em28xx *dev = fh->dev; |
1147 | struct v4l2_format f; | ||
1148 | int rc; | 1147 | int rc; |
1149 | 1148 | ||
1150 | rc = check_dev(dev); | 1149 | rc = check_dev(dev); |