aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/early
diff options
context:
space:
mode:
authorLu Baolu <baolu.lu@linux.intel.com>2017-06-03 17:15:06 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-13 10:54:40 +0200
commitd3be974a9c4eac83c1af15c966857d123a8436ba (patch)
tree16469fc35eca4a18355b4954eb9b3fb54212ca7a /drivers/usb/early
parentusb: mtu3: Handle return value of clk_prepare_enable (diff)
downloadlinux-dev-d3be974a9c4eac83c1af15c966857d123a8436ba.tar.xz
linux-dev-d3be974a9c4eac83c1af15c966857d123a8436ba.zip
usb/early: Remove trace_printk() callers in xhci-dbc
Trace_printk() was used to log debug messages in xhci-dbc.c where printk() isn't feasible. As there should not be a single caller to trace_printk() in normal kernels, replace them with empty functions. Cc: Vlastimil Babka <vbabka.lkml@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/early')
-rw-r--r--drivers/usb/early/xhci-dbc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/early/xhci-dbc.c b/drivers/usb/early/xhci-dbc.c
index 1268818e2263..12fe70beae69 100644
--- a/drivers/usb/early/xhci-dbc.c
+++ b/drivers/usb/early/xhci-dbc.c
@@ -32,7 +32,6 @@
static struct xdbc_state xdbc;
static bool early_console_keep;
-#define XDBC_TRACE
#ifdef XDBC_TRACE
#define xdbc_trace trace_printk
#else