Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / dpt_i2o.c
index 67283ef418ac86fcc6d169033c7b68ae99379d0b..072f0ec2851e252d8ccaf2a1dd1d0b26742079fc 100644 (file)
@@ -2363,6 +2363,7 @@ static s32 adpt_scsi_host_alloc(adpt_hba* pHba, struct scsi_host_template *sht)
        host->unique_id = (u32)sys_tbl_pa + pHba->unit;
        host->sg_tablesize = pHba->sg_tablesize;
        host->can_queue = pHba->post_fifo_size;
+       host->use_cmd_list = 1;
 
        return 0;
 }