V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.c
authorHartmut Hackmann <hartmut.hackmann@t-online.de>
Mon, 12 May 2008 23:34:02 +0000 (20:34 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 14 May 2008 05:56:43 +0000 (02:56 -0300)
patch 779169257208 made the variable mask unnecessary.
This patch just removes the declaration.

Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/saa7134/saa7134-core.c

index d9ad2f8..2c19cd0 100644 (file)
@@ -864,7 +864,6 @@ static int __devinit saa7134_initdev(struct pci_dev *pci_dev,
        struct saa7134_dev *dev;
        struct saa7134_mpeg_ops *mops;
        int err;
-       int mask;
 
        if (saa7134_devcount == SAA7134_MAXBOARDS)
                return -ENOMEM;