From: Alan Stern Date: Fri, 15 Mar 2013 18:03:17 +0000 (-0400) Subject: USB: gadget: net2280: remove leftover driver->unbind call in error pathway X-Git-Tag: v3.9-rc4~11^2~22^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8119b55aed818e590c26cb97706c914e3d660fd8;p=pandora-kernel.git USB: gadget: net2280: remove leftover driver->unbind call in error pathway This patch (as1667) removes an incorrect driver->unbind() call from the net2280 driver. If startup fails, the UDC core takes care of unbinding the gadget driver automatically; the controller driver shouldn't do it too. Signed-off-by: Alan Stern Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed