commit | 8119b55aed818e590c26cb97706c914e3d660fd8 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Mar 15 14:03:17 2013 -0400 |
committer | Felipe Balbi <balbi@ti.com> | Wed Mar 20 16:46:34 2013 +0200 |
tree | 1334be6bfa382bd0343093e263314622379da1e0 | |
parent | 511f3c5326eabe1ece35202a404c24c0aeacc246 [diff] |
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 <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>