usb: storage: use usb_store_dbg instead of US_DEBUGPX
authorVictor Dodon <printesoi@chromium.org>
Wed, 17 Feb 2016 18:42:37 +0000 (10:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Feb 2016 04:21:53 +0000 (20:21 -0800)
commitef976ea33b4c44d6cd14ee63cb237c6bab40f91b
tree4406ace892e024ac0e81fd276892c5e56162c59e
parentf9cfabcecd0c46617d0f56388cb2f4bd90f4d5ca
usb: storage: use usb_store_dbg instead of US_DEBUGPX

The US_DEBUGPX macro uses printk without specifying a kernel log level, so
the default kernel log level is used, which may not match LOGLEVEL_DEBUG
used in usb_stor_dbg. Remove the macro and use usb_store_dbg instead.

Signed-off-by: Victor Dodon <printesoi@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/debug.c
drivers/usb/storage/debug.h
drivers/usb/storage/sddr09.c
This page took 0.025047 seconds and 5 git commands to generate.