From: Sergei Shtylyov Date: Fri, 27 Mar 2009 19:57:50 +0000 (-0700) Subject: musb_host: streamline musb_cleanup_urb() calls X-Git-Tag: v2.6.31-rc1~304^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ec4e4a5116c2bccec2dd1d350ceb4372846ba8;p=pandora-kernel.git musb_host: streamline musb_cleanup_urb() calls The argument for the 'is_in' parameter of musb_cleanup_urb() is always extracted from an URB that's passed to the function. So that parameter is superfluous; remove it. Signed-off-by: Sergei Shtylyov Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed