commit | 523e531ea694eadf2957ee207bb4e0681e837057 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 28 11:32:55 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:33:23 2013 -0700 |
tree | c68bc19a610801896fdd928cf9e1ed15570fba0d | |
parent | 2c21c985f1bc9f9b19ce258f38bb400ced3c7309 [diff] |
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>