From: Sonic Zhang Date: Mon, 8 Mar 2010 16:26:01 +0000 (-0500) Subject: USB: musb: fix build error introduced by isoc change X-Git-Tag: v2.6.34-rc2~8^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae926976ac362efc9db2365a07891cc52414f2ec;p=pandora-kernel.git 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 Signed-off-by: Mike Frysinger Acked-by: Felipe Balbi Acked-by: Anand Gadiyar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed