USB: storage: fix wording in error message
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2020 09:42:58 +0000 (11:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Jun 2020 06:58:51 +0000 (08:58 +0200)
Make it obvious that the UAS driver is being ignored for a specific
device by fixing up the wording to be more clear.

Cc: Alan Stern <stern@rowland.harvard.edu>
Link: https://lore.kernel.org/r/20200618094300.1887727-7-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/uas-detect.h

index 3734a25..3f720fa 100644 (file)
@@ -120,7 +120,7 @@ static int uas_use_uas_driver(struct usb_interface *intf,
 
        if (flags & US_FL_IGNORE_UAS) {
                dev_warn(&udev->dev,
-                       "UAS is blacklisted for this device, using usb-storage instead\n");
+                       "UAS is ignored for this device, using usb-storage instead\n");
                return 0;
        }