From: Felipe Balbi Date: Mon, 15 Jul 2013 09:36:35 +0000 (+0300) Subject: usb: dwc3: gadget: don't prevent gadget from being probed if we fail X-Git-Tag: v3.11-rc3~9^2~20^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdcedd6981194e511cc206887db661d016069d68;p=pandora-kernel.git usb: dwc3: gadget: don't prevent gadget from being probed if we fail In case we fail our ->udc_start() callback, we should be ready to accept another modprobe following the failed one. We had forgotten to clear dwc->gadget_driver back to NULL and, because of that, we were preventing gadget driver modprobe from being retried. Cc: Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed