Xenia Ragiadakou 5c1127d320 xhci: replace printk(KERN_DEBUG ...)
This patch replaces the calls to printk(KERN_DEBUG ...)
with either calls to xhci_dbg() or calls to pr_debug(),
depending on whether the xhci_hcd structure is available
at callsite, so that the correspoding debugging messages
are not enabled by default when CONFIG_DYNAMIC_DEBUG option
is set but rather can be enabled dynamically taking advantage
of the dynamic debugging feature.

Also, it adds a newline at the end of debugging messages in
case there is not, so that messages don't appear broken
when printed.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2013-08-13 16:05:34 -07:00
..
2012-11-21 13:27:17 -08:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2012-11-21 13:27:17 -08:00
2012-11-21 13:27:17 -08:00
2013-05-30 21:34:31 +09:00
2013-06-24 16:20:43 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2013-07-29 11:15:39 -07:00
2013-07-29 11:15:39 -07:00
2013-07-31 17:53:50 -07:00
2013-07-31 17:53:50 -07:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:16 -08:00
2013-05-27 11:00:52 +09:00
2013-05-27 11:00:52 +09:00
2013-07-29 07:43:16 -07:00
2013-07-31 17:53:50 -07:00
2012-11-21 13:27:17 -08:00
2013-07-31 17:53:50 -07:00
2013-01-24 13:59:26 -08:00
2013-01-25 12:41:02 -08:00
2013-01-24 13:42:09 -08:00
2013-07-29 07:43:16 -07:00
2013-08-13 16:05:34 -07:00