Searched hist:c9cd06b3d6ea825c62e277def929cc4315802b48 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/musb/ |
H A D | musb_host.c | diff 1fe975f9302e6c5a8f66401e305685396b2e4577 Fri Jul 10 19:02:44 CEST 2009 Sergei Shtylyov <sshtylyov@ru.mvista.com> USB: musb_host: undo incorrect change in musb_advance_schedule()
Commit c9cd06b3d6ea825c62e277def929cc4315802b48 (musb_host: refactor URB giveback) included due to my overlook the change incorrect in the context of the current kernel -- undo it.
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Acked-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> diff c9cd06b3d6ea825c62e277def929cc4315802b48 Fri Mar 27 20:58:31 CET 2009 Sergei Shtylyov <sshtylyov@ru.mvista.com> 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>
|