]> Pileus Git - ~andy/linux/commit
USB: phy: remove custom DBG macro
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Jun 2013 18:32:55 +0000 (11:32 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:33:23 +0000 (16:33 -0700)
commit523e531ea694eadf2957ee207bb4e0681e837057
treec68bc19a610801896fdd928cf9e1ed15570fba0d
parent2c21c985f1bc9f9b19ce258f38bb400ced3c7309
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 <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-fsl-usb.c
drivers/usb/phy/phy-fsm-usb.h
drivers/usb/phy/phy-isp1301-omap.c