public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c
@ 2005-03-05 18:02 Telemaque Ndizihiwe
  2005-03-05 18:13 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Telemaque Ndizihiwe @ 2005-03-05 18:02 UTC (permalink / raw)
  Cc: torvalds, akpm, linux-kernel


This Patch removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c 
in kernel 2.6.11

Signed-off-by: Telemaque Ndizihiwe <telendiz@eircom.net>

--- linux-2.6.11/sound/usb/usx2y/usbusx2yaudio.c.orig	2005-03-05 17:05:20.165551616 +0000
+++ linux-2.6.11/sound/usb/usx2y/usbusx2yaudio.c	2005-03-05 17:09:43.072583672 +0000
@@ -415,7 +415,6 @@ static int usX2Y_urbs_allocate(snd_usX2Y
  	unsigned int pipe;
  	int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
  	struct usb_device *dev = subs->usX2Y->chip.dev;
-	struct usb_host_endpoint *ep;

  	pipe = is_playback ? usb_sndisocpipe(dev, subs->endpoint) :
  			usb_rcvisocpipe(dev, subs->endpoint);

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

* Re: [PATCH] Removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c
  2005-03-05 18:02 [PATCH] Removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c Telemaque Ndizihiwe
@ 2005-03-05 18:13 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2005-03-05 18:13 UTC (permalink / raw)
  To: Telemaque Ndizihiwe; +Cc: torvalds, akpm, linux-kernel

On Sat, Mar 05, 2005 at 06:02:27PM +0000, Telemaque Ndizihiwe wrote:
> 
> This Patch removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c 
> in kernel 2.6.11
> 
> Signed-off-by: Telemaque Ndizihiwe <telendiz@eircom.net>
> 
> --- linux-2.6.11/sound/usb/usx2y/usbusx2yaudio.c.orig	2005-03-05 
> 17:05:20.165551616 +0000
> +++ linux-2.6.11/sound/usb/usx2y/usbusx2yaudio.c	2005-03-05 
> 17:09:43.072583672 +0000
> @@ -415,7 +415,6 @@ static int usX2Y_urbs_allocate(snd_usX2Y
>  	unsigned int pipe;
>  	int is_playback = subs == 
>  	subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
>  	struct usb_device *dev = subs->usX2Y->chip.dev;
> -	struct usb_host_endpoint *ep;
>...

Already fixed in the ALSA tree and therefore in -mm.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


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

end of thread, other threads:[~2005-03-05 18:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 18:02 [PATCH] Removes unused variable from /sound/usb/usx2y/usbusx2yaudio.c Telemaque Ndizihiwe
2005-03-05 18:13 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox