usb: gadget: udc: dummy: do not call usb_gadget_unregister_driver()
authorFelipe Balbi <balbi@ti.com>
Sat, 18 Oct 2014 01:18:23 +0000 (20:18 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:01:18 +0000 (10:01 -0600)
commitc77f570fe2ec9d205cdd90805dd78fcd70b860ec
tree2fffae84cc4a7e5d9fba0232cdf07df0327f7084
parent0d3ca262699fd6d7c5dcc25ff29a711851797117
usb: gadget: udc: dummy: do not call usb_gadget_unregister_driver()

that call is completely unnecessary because
usb_del_gadget_udc() already makes sure the
gadget driver is properly unregistered from
the UDC.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/dummy_hcd.c