diff options
author | Devin Heitmueller <devin.heitmueller@gmail.com> | 2008-11-12 00:04:53 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 14:53:31 -0500 |
commit | 65c9fd4609ccbabe4aa354eeab7823507424d8b3 (patch) | |
tree | 0165d886b359ee81821419f64ff22af156eb4dd4 /drivers/media/video/em28xx/em28xx-audio.c | |
parent | 5caeba045c3a676b892790c6685e542f81a4f96e (diff) |
V4L/DVB (9581): Remove unused variable from em28xx-audio.c
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>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-audio.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index 215ee789f107..4a42b29481b6 100644 --- a/drivers/media/video/em28xx/em28xx-audio.c +++ b/drivers/media/video/em28xx/em28xx-audio.c | |||
@@ -424,7 +424,7 @@ static int em28xx_audio_init(struct em28xx *dev) | |||
424 | struct snd_pcm *pcm; | 424 | struct snd_pcm *pcm; |
425 | struct snd_card *card; | 425 | struct snd_card *card; |
426 | static int devnr; | 426 | static int devnr; |
427 | int ret, err; | 427 | int err; |
428 | 428 | ||
429 | if (dev->has_audio_class) { | 429 | if (dev->has_audio_class) { |
430 | /* This device does not support the extension (in this case | 430 | /* This device does not support the extension (in this case |