From: Peter Chen Date: Tue, 17 Sep 2013 04:37:19 +0000 (+0800) Subject: usb: chipidea: udc: Consolidate the call of disconnect X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b336d7f665c39cc3be774b3d051fe40bf35e5c;p=pandora-kernel.git usb: chipidea: udc: Consolidate the call of disconnect The udc-core will call gadget's driver->disconnect, so we should avoid calling gadget's disconnect again at ci_udc_stop in case the gadget's unbind free some structs which is still used at gadget's disconnect. Tested-by: Marek Vasut Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed