From: Sergei Shtylyov Date: Fri, 27 Mar 2009 19:58:31 +0000 (-0700) Subject: musb_host: refactor URB giveback X-Git-Tag: v2.6.31-rc1~304^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cd06b3d6ea825c62e277def929cc4315802b48;p=pandora-kernel.git musb_host: refactor URB giveback As musb_advance_schedule() is now the only remaning caller of musb_giveback() (and the only valid context of such call), just fold the latter into the former and then rename __musb_giveback() into musb_giveback(). This is a net minor shrink. Signed-off-by: Sergei Shtylyov Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed