All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add missing break to sound_core.c
@ 2002-04-19  7:19 Duncan Sands
  2002-04-19  9:06 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Duncan Sands @ 2002-04-19  7:19 UTC (permalink / raw)
  To: alsa-devel

This patch is against 2.5.8.  It is not needed for 2.4.18.
It adds in a missing break.

All the best,

Duncan.

--- linux-2.5.8.orig/sound/sound_core.c	Sun Apr 14 21:18:51 2002
+++ linux-2.5.8/sound/sound_core.c	Fri Apr 19 09:14:39 2002
@@ -243,6 +243,7 @@
 		if (unit >= SOUND_STEP)
 			goto __unknown;
 		max_unit = unit + 1;
+		break;
 	    case 2:
 		name = "midi";
 		break;

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

* Re: [PATCH] Add missing break to sound_core.c
  2002-04-19  7:19 [PATCH] Add missing break to sound_core.c Duncan Sands
@ 2002-04-19  9:06 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2002-04-19  9:06 UTC (permalink / raw)
  To: Duncan Sands; +Cc: alsa-devel

Hi,

At Fri, 19 Apr 2002 09:19:44 +0200,
Duncan Sands wrote:
> 
> This patch is against 2.5.8.  It is not needed for 2.4.18.
> It adds in a missing break.

thanks, fixed on cvs.


ciao,

Takashi

> All the best,
> 
> Duncan.
> 
> --- linux-2.5.8.orig/sound/sound_core.c	Sun Apr 14 21:18:51 2002
> +++ linux-2.5.8/sound/sound_core.c	Fri Apr 19 09:14:39 2002
> @@ -243,6 +243,7 @@
>  		if (unit >= SOUND_STEP)
>  			goto __unknown;
>  		max_unit = unit + 1;
> +		break;
>  	    case 2:
>  		name = "midi";
>  		break;
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
> 

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

end of thread, other threads:[~2002-04-19  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-19  7:19 [PATCH] Add missing break to sound_core.c Duncan Sands
2002-04-19  9:06 ` 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.