diff options
Diffstat (limited to 'drivers/usb/storage/usb.c')
-rw-r--r-- | drivers/usb/storage/usb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/usb.c b/drivers/usb/storage/usb.c index 5600c33fcadb..db6f6b5ec745 100644 --- a/drivers/usb/storage/usb.c +++ b/drivers/usb/storage/usb.c | |||
@@ -1080,7 +1080,7 @@ static int storage_probe(struct usb_interface *intf, | |||
1080 | 1080 | ||
1081 | /* If uas is enabled and this device can do uas then ignore it. */ | 1081 | /* If uas is enabled and this device can do uas then ignore it. */ |
1082 | #if IS_ENABLED(CONFIG_USB_UAS) | 1082 | #if IS_ENABLED(CONFIG_USB_UAS) |
1083 | if (uas_use_uas_driver(intf, id)) | 1083 | if (uas_use_uas_driver(intf, id, NULL)) |
1084 | return -ENXIO; | 1084 | return -ENXIO; |
1085 | #endif | 1085 | #endif |
1086 | 1086 | ||