public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep
@ 2005-01-31 19:15 Matthias-Christian Ott
  0 siblings, 0 replies; only message in thread
From: Matthias-Christian Ott @ 2005-01-31 19:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Takashi Iwai, trivial

The pointer ep was not used.

Signed-off-by: Matthias-Christian Ott <matthias.christian@tiscali.de>

diff -Nrup linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c 
linux-2.6.11-rc2-ott/sound/usb/usx2y/usbusx2yaudio.c
--- linux-2.6.11-rc2/sound/usb/usx2y/usbusx2yaudio.c    2005-01-26 
22:27:37.000000000 +0100
+++ linux-2.6.11-rc2-ott/sound/usb/usx2y/usbusx2yaudio.c    2005-01-31 
19:56:57.000000000 +0100
@@ -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] only message in thread

only message in thread, other threads:[~2005-01-31 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-31 19:15 [2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep Matthias-Christian Ott

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