Searched hist:"81 ec4e4a5116c2bccec2dd1d350ceb4372846ba8" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/musb/ |
H A D | musb_host.c | diff 81ec4e4a5116c2bccec2dd1d350ceb4372846ba8 Fri Mar 27 20:57:50 CET 2009 Sergei Shtylyov <sshtylyov@ru.mvista.com> 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 <sshtylyov@ru.mvista.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|