]> 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)
commit826ae42b28a8fce3c5789ccbf07351fb4acd2175
treec68bc19a610801896fdd928cf9e1ed15570fba0d
parent4614a6231b212cc987ce5824f7a87fb6bf15e234
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