[2.6 PATCH] sound/usb/usx2y/usbusx2yaudio.c: remove unused ep

From: Matthias-Christian Ott (matthias.christian_at_tiscali.de)
Date: 01/31/05

  • Next message: Pavel Machek: "Re: [PATCH] Resume from initramfs"
    Date:	Mon, 31 Jan 2005 20:15:18 +0100
    To: Linus Torvalds <torvalds@osdl.org>
    
    

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

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Pavel Machek: "Re: [PATCH] Resume from initramfs"

    Relevant Pages

    • Re: Backlight and LCD module patches [1]
      ... There's no place to stuff that pointer into, because the load order of the ... even no corresponding platform device (on my PDA for example, ... How about passing a pointer to struct dev, and a pointer to struct fbinfo to ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH 1/5] mm: update split ptlock Kconfig
      ... arm26 manages it by returning a pte_t pointer cast to a struct ... significantly larger, even without debug, so disable its split ptlock. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH][PPC64] Make paca xCurrent field be a pointer
      ... The paca struct contains a pointer to the current task, ... * modify it under the terms of the GNU General Public License ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [2.6 patch] lockd: fix two struct definitions (fwd)
      ... Subject: lockd: fix two struct definitions ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • Re: [PATCH 0/6] freepgt: free_pgtables shakeup
      ... > You could store the mm pointer in the page struct of the ... > tracking information assosciated with page table chunks. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)