All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthias-Christian Ott <matthias.christian@tiscali.de>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Takashi Iwai <tiwai@suse.de>,
	trivial@rustcorp.com.au
Subject: [2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep
Date: Mon, 31 Jan 2005 20:15:18 +0100	[thread overview]
Message-ID: <41FE83C6.1030602@tiscali.de> (raw)

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);


                 reply	other threads:[~2005-01-31 18:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41FE83C6.1030602@tiscali.de \
    --to=matthias.christian@tiscali.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    --cc=torvalds@osdl.org \
    --cc=trivial@rustcorp.com.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.