usb-storage: remove single-use define for debugging
authorMatthias Maennich <maennich@google.com>
Tue, 13 Aug 2019 12:17:06 +0000 (13:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Aug 2019 13:11:57 +0000 (15:11 +0200)
commit115f3bad1a36791b5293aeebde342a95a516198e
treeef0f59c5ee8337e29b2e98323b5811d8ef8a34bd
parent51fa228c8e05c58f51c97bbc571be94c4592a85e
usb-storage: remove single-use define for debugging

USB_STORAGE was defined as "usb-storage: " and used in a single location
as argument to printk. In order to be able to use the name
'USB_STORAGE', drop the definition and use the string directly for the
printk call.

Signed-off-by: Matthias Maennich <maennich@google.com>
Link: https://lore.kernel.org/r/20190813121733.52480-10-maennich@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/debug.h
drivers/usb/storage/scsiglue.c