V4L/DVB (12745): em28xx: remove unreferenced variable
authorDevin Heitmueller <dheitmueller@kernellabs.com>
Thu, 3 Sep 2009 03:25:54 +0000 (00:25 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 19 Sep 2009 02:47:42 +0000 (23:47 -0300)
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>
drivers/media/video/em28xx/em28xx-vbi.c

index b5802d4..27d7e86 100644 (file)
@@ -85,7 +85,6 @@ static int
 vbi_prepare(struct videobuf_queue *q, struct videobuf_buffer *vb,
            enum v4l2_field field)
 {
-       struct em28xx_fh     *fh  = q->priv_data;
        struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb);
        int                  rc = 0;
        unsigned int size;