[alsa-devel] opti-miro: fix missing semicolon
Takashi Iwai
tiwai at suse.de
Fri Nov 20 21:09:53 CET 2009
At Fri, 20 Nov 2009 21:04:03 +0100,
Krzysztof Helt wrote:
>
> From: Krzysztof Helt <krzysztof.h1 at wp.pl>
>
> Fix the mistake introduced by me earlier patch.
>
> Signed-off-by: Krzysztof Helt <krzysztof.h1 at 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
> + 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
>
More information about the Alsa-devel
mailing list