Home
last modified time | relevance | path

Searched hist:ae926976ac362efc9db2365a07891cc52414f2ec (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/musb/
H A Dmusb_host.cdiff ae926976ac362efc9db2365a07891cc52414f2ec Mon Mar 08 17:26:01 CET 2010 Sonic Zhang <sonic.zhang@analog.com> USB: musb: fix build error introduced by isoc change

The recent commit "usb: musb: Fix for isochronous IN transfer" (f82a689fa)
seems to have been against an older kernel version. It uses the old style
naming of variables. Unfortunately, this breaks building for most MUSB
users out there since "bDesiredMode" has been renamed to "desired_mode".

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Acked-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>