From: Sergei Shtylyov Date: Fri, 18 Feb 2011 20:44:32 +0000 (+0300) Subject: usb: musb: gadget: DBG() already prints function name X-Git-Tag: v2.6.39-rc1~472^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fd857ae09c455f0036bf548fb6ec26b3049f5de;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed