At Sun, 30 Jan 2005 14:03:14 +0100, Adrian Bunk wrote: > > In 2.6.11-rc a completely unused variable was added, resulting in the > following compile warning: > > <-- snip --> > > ... > CC sound/usb/usx2y/usx2yhwdeppcm.o > In file included from sound/usb/usx2y/usx2yhwdeppcm.c:53: > sound/usb/usx2y/usbusx2yaudio.c: In function `usX2Y_urbs_allocate': > sound/usb/usx2y/usbusx2yaudio.c:418: warning: unused variable `ep' > ... > > <-- snip --> > > > This patch removes this unused variable. > > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Thanks. It's already fixed in ALSA tree. Takashi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

