OSDN Git Service

usb: gadget: udc: pxa25x: do not rely on 'driver' argument
authorFelipe Balbi <balbi@ti.com>
Fri, 17 Oct 2014 16:24:37 +0000 (11:24 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 3 Nov 2014 16:01:11 +0000 (10:01 -0600)
commitd7343161fd1250a8c4eadf98a0db690f3257f0c5
tree05654f3667dd3aa489d6341d4062ce2a07fc95b1
parentbfd0ed576dbf9cc71af7dbe42841fc9246524961
usb: gadget: udc: pxa25x: 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/pxa25x_udc.c