[alsa-devel] opti-miro: fix missing semicolon
From: Krzysztof Helt krzysztof.h1@wp.pl
Fix the mistake introduced by me earlier patch.
Signed-off-by: Krzysztof Helt krzysztof.h1@wp.pl --- I have borrowed the Miro PCM20 card. I can test the driver while making patches.
diff --git a/sound/isa/opti9xx/miro.c b/sound/isa/opti9xx/miro.c index b8170ad..1776103 100644 --- a/sound/isa/opti9xx/miro.c +++ b/sound/isa/opti9xx/miro.c @@ -1277,7 +1277,7 @@ static int __devinit snd_miro_probe(struct device *devptr, unsigned int n) if (mpu_port < 0) { snd_card_free(card); snd_printk(KERN_ERR "unable to find a free MPU401 port\n"); - return -EBUSY + return -EBUSY; } } if (miro->irq == SNDRV_AUTO_IRQ) {
---------------------------------------------------------------------- KONKURS! Kliknij i wygraj luksusowe auto na weekend lub jedn� z 650 innych nagr�d od L’Oreal Men Expert!! >> http://link.interia.pl/f2428
At Fri, 20 Nov 2009 21:04:03 +0100, Krzysztof Helt wrote:
From: Krzysztof Helt krzysztof.h1@wp.pl
Fix the mistake introduced by me earlier patch.
Signed-off-by: Krzysztof Helt krzysztof.h1@wp.pl
It was already fixed ;)
Takashi
I have borrowed the Miro PCM20 card. I can test the driver while making patches.
diff --git a/sound/isa/opti9xx/miro.c b/sound/isa/opti9xx/miro.c index b8170ad..1776103 100644 --- a/sound/isa/opti9xx/miro.c +++ b/sound/isa/opti9xx/miro.c @@ -1277,7 +1277,7 @@ static int __devinit snd_miro_probe(struct device *devptr, unsigned int n) if (mpu_port < 0) { snd_card_free(card); snd_printk(KERN_ERR "unable to find a free MPU401 port\n");
return -EBUSY
} } if (miro->irq == SNDRV_AUTO_IRQ) {return -EBUSY;
KONKURS! Kliknij i wygraj luksusowe auto na weekend lub jedn� z 650 innych nagr�d od L’Oreal Men Expert!! >> http://link.interia.pl/f2428
participants (2)
-
Krzysztof Helt
-
Takashi Iwai