aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-09-02 23:25:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-18 22:47:42 -0400
commit365adee851ae8312e6d9e0ba6fdc6a98599e2778 (patch)
tree0bfed74b4207476985c8c19e583568ee5d05e621 /drivers/media
parent8c873d31af868b4e340defc7053945636c8bd0e1 (diff)
V4L/DVB (12745): em28xx: remove unreferenced variable
Remove an unreferenced variable introduced during the VBI introduction. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-vbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-vbi.c b/drivers/media/video/em28xx/em28xx-vbi.c
index b5802d4cb623..27d7e860fa59 100644
--- a/drivers/media/video/em28xx/em28xx-vbi.c
+++ b/drivers/media/video/em28xx/em28xx-vbi.c
@@ -85,7 +85,6 @@ static int
85vbi_prepare(struct videobuf_queue *q, struct videobuf_buffer *vb, 85vbi_prepare(struct videobuf_queue *q, struct videobuf_buffer *vb,
86 enum v4l2_field field) 86 enum v4l2_field field)
87{ 87{
88 struct em28xx_fh *fh = q->priv_data;
89 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb); 88 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb);
90 int rc = 0; 89 int rc = 0;
91 unsigned int size; 90 unsigned int size;