]> git.baikalelectronics.ru Git - kernel.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)
commit35a82964f5de10d76a623c7faebe9ea967699be8
treee109ef400345250046a3e36a8ab379e9c7fa3c4a
parent2fc3b7c4031a5eaedccf3f5b7725d30ec287b4af
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