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)
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>

No differences found