]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/usb/storage/uas.c
scsi: make sure all drivers set the use_clustering flag
[linux.git] / drivers / usb / storage / uas.c
index 1f7b401c4d041d44390f3fa519dd95b46aab1b42..6c75a0a50b3a87b740b85e28cd203cf77f16b388 100644 (file)
@@ -879,6 +879,7 @@ static struct scsi_host_template uas_host_template = {
        .this_id = -1,
        .sg_tablesize = SG_NONE,
        .skip_settle_delay = 1,
+       .use_clustering = DISABLE_CLUSTERING,
 };
 
 #define UNUSUAL_DEV(id_vendor, id_product, bcdDeviceMin, bcdDeviceMax, \