From: Felipe Balbi Date: Wed, 18 Apr 2012 10:59:30 +0000 (+0300) Subject: usb: gadget: dummy: do not call pullup() on udc_stop() X-Git-Tag: v3.2.17~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30b770c334f69cf5bc8ce4e277084b6205ce34ef;p=pandora-kernel.git usb: gadget: dummy: do not call pullup() on udc_stop() 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 Acked-by: Alan Stern Signed-off-by: Felipe Balbi Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed