usb: gadget: udc: net2280: do not rely on 'driver' argument
authorFelipe Balbi <balbi@ti.com>
Fri, 17 Oct 2014 16:23:33 +0000 (11:23 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:01:10 +0000 (10:01 -0600)
commitbfd0ed576dbf9cc71af7dbe42841fc9246524961
treed061844e6f12b5d6eaf0b7f914c203f350993680
parent5baca5cf255d9a9d2bc97fe2531e12e37ebdd77d
usb: gadget: udc: net2280: do not rely on 'driver' argument

future patches will remove the extra 'driver'
argument to ->udc_stop(), in order to do that,
we must make sure that our UDC does not rely
on it first.

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