Searched hist:"0 fd857ae09c455f0036bf548fb6ec26b3049f5de" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/musb/ |
H A D | musb_gadget.c | diff 0fd857ae09c455f0036bf548fb6ec26b3049f5de Fri Feb 18 14:44:32 CST 2011 Sergei Shtylyov <sshtylyov@ru.mvista.com> usb: musb: gadget: DBG() already prints function name
In the gadget code, there are several DBG() macro invocations that explicitly print the calling function's name while DBG() macro itself does this anyway; most of these were added by commit f11d893de444965dfd3e55f726533ae1df5c6471 (usb: musb: support ISO high bandwidth for gadget mode). Remove the duplicated printing, somewhat clarifying the messages at the same time...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
|