forked from Minki/linux
V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.c
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>
This commit is contained in:
parent
c1d6861b51
commit
6db6ae2165
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user