Skip to content

Commit

Permalink
V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hartmut Hackmann authored and Mauro Carvalho Chehab committed May 14, 2008
1 parent c1d6861 commit 6db6ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6db6ae2

Please sign in to comment.