]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb/early: Remove trace_printk() callers in xhci-dbc
authorLu Baolu <baolu.lu@linux.intel.com>
Sat, 3 Jun 2017 09:15:06 +0000 (17:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 08:54:40 +0000 (10:54 +0200)
commitd3be974a9c4eac83c1af15c966857d123a8436ba
tree16469fc35eca4a18355b4954eb9b3fb54212ca7a
parent0f4c3f9021ebc168e25d3a0ba6d65ac6e890e779
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>
drivers/usb/early/xhci-dbc.c