commit | c9cd06b3d6ea825c62e277def929cc4315802b48 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Fri Mar 27 12:58:31 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:40 2009 -0700 |
tree | d41c1619cf5ca3e3ed38afb971bbabbb2362c884 | |
parent | 81ec4e4a5116c2bccec2dd1d350ceb4372846ba8 [diff] |
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 <sshtylyov@ru.mvista.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>