]> git.baikalelectronics.ru Git - kernel.git/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)
commit69089465b1af7bfea241cc08f91c6c7b1ad7c303
treec68bc19a610801896fdd928cf9e1ed15570fba0d
parentc0b7d27db05efd557587e22657bfc09325f9142c
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