]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
musb: Disable extra prints
authorLokesh Vutla <lokeshvutla@ti.com>
Tue, 30 Jul 2013 05:18:55 +0000 (10:48 +0530)
committerTom Rini <trini@ti.com>
Thu, 15 Aug 2013 12:51:10 +0000 (08:51 -0400)
commit32f420b8ecffee33af01ee452fa1238fa91e399f
tree25b0bb2fe1f6cd80a420db758235b864f97f9e7e
parent0660481a59cccd324fc2dfcad9734318a8c25a90
musb: Disable extra prints

There are many musb prints in SPL and U-Boot log.
These prints are required only during musb debug.
So replacing printk with pr_debug in musb_core.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Tested-by: Heiko Schocher <hs@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
drivers/usb/musb-new/musb_core.c