net: s2io: simplify logical constraint
[deliverable/linux.git] / drivers / scsi / hosts.c
index 1547bd93c70bb7450dc368ff53c54688677245cb..ba9af4a2bd2ab3159ed415b5acc73328925aa3c3 100644 (file)
@@ -486,8 +486,6 @@ struct Scsi_Host *scsi_host_alloc(struct scsi_host_template *sht, int privsize)
        else
                shost->dma_boundary = 0xffffffff;
 
-       shost->use_blk_mq = scsi_use_blk_mq && !shost->hostt->disable_blk_mq;
-
        device_initialize(&shost->shost_gendev);
        dev_set_name(&shost->shost_gendev, "host%d", shost->host_no);
        shost->shost_gendev.bus = &scsi_bus_type;
This page took 0.038851 seconds and 5 git commands to generate.