Re: [U-Boot] [PATCH V2 4/4] musb: Disable extra prints

2013-07-30 Thread Heiko Schocher
Hello Lokesh, Am 30.07.2013 07:18, schrieb Lokesh Vutla: 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 --- drivers/usb/musb-new/musb_core.c | 20

[U-Boot] [PATCH V2 4/4] musb: Disable extra prints

2013-07-29 Thread Lokesh Vutla
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 --- drivers/usb/musb-new/musb_core.c | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff