diff options
author | Devin Heitmueller <devin.heitmueller@gmail.com> | 2008-11-12 02:04:53 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 17:53:31 -0200 |
commit | 65c9fd4609ccbabe4aa354eeab7823507424d8b3 (patch) | |
tree | 0165d886b359ee81821419f64ff22af156eb4dd4 /drivers | |
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')
-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 215ee789f10..4a42b29481b 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) 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 |