]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: omap_udc: remove useless print
authorFelipe Balbi <balbi@ti.com>
Tue, 29 May 2012 11:27:52 +0000 (14:27 +0300)
committerFelipe Balbi <balbi@ti.com>
Sun, 3 Jun 2012 20:11:30 +0000 (23:11 +0300)
commit5b6d84b78930a4fa3f8380dc0ec4ac427d620201
treee109ef400345250046a3e36a8ab379e9c7fa3c4a
parent80dd1358d33e6c85018e1e1c5d78b29ac466221a
usb: gadget: omap_udc: remove useless print

that print isn't needed at all. Remove it
and move the use_dma reinitialization to
probe() function.

Note that ideally we would drop all
cpu_is_* and machine_is_* checks from
this driver instead. Later patches will
come to get rid of those.

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