]> git.karo-electronics.de Git - linux-beck.git/commit
usb: gadget: udc: net2272: do not rely on 'driver' argument
authorFelipe Balbi <balbi@ti.com>
Fri, 17 Oct 2014 16:22:52 +0000 (11:22 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:01:10 +0000 (10:01 -0600)
commit5baca5cf255d9a9d2bc97fe2531e12e37ebdd77d
treed278cce0f2542411a22e2ea8fc80cad6f1bd9569
parent2f1ae5010861b92d665d11e1069566fc4c28689b
usb: gadget: udc: net2272: 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/net2272.c