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

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