forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/usb/storage/uas-detect.h
....@@ -120,7 +120,7 @@
120120
121121 if (flags & US_FL_IGNORE_UAS) {
122122 dev_warn(&udev->dev,
123
- "UAS is blacklisted for this device, using usb-storage instead\n");
123
+ "UAS is ignored for this device, using usb-storage instead\n");
124124 return 0;
125125 }
126126