]> asedeno.scripts.mit.edu Git - linux.git/commit
usb-storage: remove single-use define for debugging
authorMatthias Maennich <maennich@google.com>
Fri, 6 Sep 2019 10:32:34 +0000 (11:32 +0100)
committerJessica Yu <jeyu@kernel.org>
Tue, 10 Sep 2019 08:30:53 +0000 (10:30 +0200)
commit8140de1ea3a0002c24eba4b72efbb9403afa6b50
treec1f3a1c70be66c9bcb01b897d35510f4877f77cb
parentc4f4af4094d6c7dbca3acd8d04df2759d268a116
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.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
drivers/usb/storage/debug.h
drivers/usb/storage/scsiglue.c