]> git.baikalelectronics.ru Git - kernel.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)
commit4b64cfbecb5d339b5ee6b869be09352d64dcb9f1
tree0c23cc43681891a6dc5371c76b6dffc437a5110a
parentaae1f6054d599aa99f2e8bce41086d978f34a9de
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 2df04f324fa778532447921e3337f0c054c824c7
(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