Skip to content

Commit

Permalink
V4L/DVB (9581): Remove unused variable from em28xx-audio.c
Browse files Browse the repository at this point in the history
Remove unused variable from em28xx-audio.c

Fix warning for unused "ret" variable

Signed-off-by: Devin Heitmueller <devin.heitmueller@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Dec 29, 2008
1 parent 5caeba0 commit 65c9fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/em28xx/em28xx-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ static int em28xx_audio_init(struct em28xx *dev)
struct snd_pcm *pcm;
struct snd_card *card;
static int devnr;
int ret, err;
int err;

if (dev->has_audio_class) {
/* This device does not support the extension (in this case
Expand Down

0 comments on commit 65c9fd4

Please sign in to comment.