From: Greg Kroah-Hartman Date: Fri, 28 Jun 2013 18:32:55 +0000 (-0700) Subject: USB: phy: remove custom DBG macro X-Git-Tag: v3.12-rc1~186^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523e531ea694eadf2957ee207bb4e0681e837057;p=pandora-kernel.git USB: phy: remove custom DBG macro Use the in-kernel pr_debug() calls instead of trying to roll your own DBG macro. This means the dynamic debugging calls now work here, and there is no dependency on CONFIG_USB_DEBUG for the phy code anymore. Acked-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed