usb: gadget: langwell: don't use the_controller when it's not needed
authorFelipe Balbi <balbi@ti.com>
Sat, 8 Oct 2011 10:08:01 +0000 (13:08 +0300)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:39:54 +0000 (20:39 +0300)
commit5bc639fc55b51f828b20747eb1c48a669053b1e5
tree9a069c78e732b2cfbff7d55f55e7ab4553ae9776
parent1a8060d9e5c0d9488f7f1aa830ed37adcaba6adb
usb: gadget: langwell: don't use the_controller when it's not needed

in most cases, we can fetch our structure by
calling dev_get_drvdata().

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