All of lore.kernel.org
 help / color / mirror / Atom feed
* opti-miro: fix missing semicolon
@ 2009-11-20 20:04 Krzysztof Helt
  2009-11-20 20:09 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Helt @ 2009-11-20 20:04 UTC (permalink / raw)
  To: Alsa-devel; +Cc: Takashi Iwai

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=US-ASCII, Size: 896 bytes --]

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&#8217;Oreal Men Expert!! >> 
http://link.interia.pl/f2428


[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: opti-miro: fix missing semicolon
  2009-11-20 20:04 opti-miro: fix missing semicolon Krzysztof Helt
@ 2009-11-20 20:09 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-11-20 20:09 UTC (permalink / raw)
  To: Krzysztof Helt; +Cc: Alsa-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1083 bytes --]

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
> +			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&#8217;Oreal Men Expert!! >> 
> http://link.interia.pl/f2428
> 

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-20 20:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-20 20:04 opti-miro: fix missing semicolon Krzysztof Helt
2009-11-20 20:09 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.