mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 00:36:40 +09:00
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
5caeba045c
commit
65c9fd4609
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user