]> git.baikalelectronics.ru Git - kernel.git/commit
USB: musb: fix build error introduced by isoc change
authorSonic Zhang <sonic.zhang@analog.com>
Mon, 8 Mar 2010 16:26:01 +0000 (11:26 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 19 Mar 2010 14:24:08 +0000 (07:24 -0700)
commitfb4c8f81cd4bb9c33a4adaf0d4b0c6235854554a
treeff76bfd2148b4c6160fcffae98ddb0da4181ce91
parent8b6119548d5f653fdcd9d084b1ceb895ad3ec027
USB: musb: fix build error introduced by isoc change

The recent commit "usb: musb: Fix for isochronous IN transfer" (16099b001)
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>
drivers/usb/musb/musb_host.c