3.3-stable review patch. If anyone has any objections, please let me know.
------------------ From: Felipe Balbi <[email protected]> commit 15b120d67019d691e4389372967332d74a80522a upstream. pullup() is already called properly by udc-core.c and there's no need to call it from udc_stop(), in fact that will cause issues. Reviewed-by: Alexander Shishkin <[email protected]> Acked-by: Alan Stern <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/usb/gadget/dummy_hcd.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/usb/gadget/dummy_hcd.c +++ b/drivers/usb/gadget/dummy_hcd.c @@ -924,7 +924,6 @@ static int dummy_udc_stop(struct usb_gad dum->driver = NULL; - dummy_pullup(&dum->gadget, 0); return 0; } -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
