]> git.openfabrics.org - ~emulex/infiniband.git/commit
usb: musb: gadget: DBG() already prints function name
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Fri, 18 Feb 2011 20:44:32 +0000 (23:44 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Feb 2011 08:14:33 +0000 (10:14 +0200)
commit0fd857ae09c455f0036bf548fb6ec26b3049f5de
tree0c23cc43681891a6dc5371c76b6dffc437a5110a
parentcccad6d4b103e53fb3d1fc1467f654ecb572d047
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>
drivers/usb/musb/musb_gadget.c