diff options
Diffstat (limited to 'drivers/usb/storage')
-rw-r--r-- | drivers/usb/storage/uas.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/storage/uas.c b/drivers/usb/storage/uas.c index ebb99728551c..d966b59f7d7b 100644 --- a/drivers/usb/storage/uas.c +++ b/drivers/usb/storage/uas.c | |||
@@ -991,6 +991,8 @@ static int uas_probe(struct usb_interface *intf, const struct usb_device_id *id) | |||
991 | 991 | ||
992 | shost->max_cmd_len = 16 + 252; | 992 | shost->max_cmd_len = 16 + 252; |
993 | shost->max_id = 1; | 993 | shost->max_id = 1; |
994 | shost->max_lun = 256; | ||
995 | shost->max_channel = 0; | ||
994 | shost->sg_tablesize = udev->bus->sg_tablesize; | 996 | shost->sg_tablesize = udev->bus->sg_tablesize; |
995 | 997 | ||
996 | devinfo->intf = intf; | 998 | devinfo->intf = intf; |