On Fri, Sep 06, 2019 at 02:59:42PM +0200, Jessica Yu wrote:
quoted hunk ↗ jump to hunk
+++ Matthias Maennich [06/09/19 11:32 +0100]:
quoted
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>
Greg, didn't you pick this patch up for usb-next already (for the 5.4
merge window)? If that's the case, I could apply the series omitting
this patch (once there are no more comments or complaints).
Yes, I already have this in my tree, but there's no problem with you
taking it in yours as I think it's needed for the one after this to
build properly.
git will handle it properly when merging :)
thanks!
greg k-h