scsi: Do not set cmd_per_lun to 1 in the host template
[deliverable/linux.git] / drivers / scsi / mvsas / mv_init.c
index 53030b0e8015d833719b276adad1d8898cb89780..d40d734aa53a522e2e115d70e24f6d50804238c7 100644 (file)
@@ -56,7 +56,6 @@ static struct scsi_host_template mvs_sht = {
        .change_queue_depth     = sas_change_queue_depth,
        .bios_param             = sas_bios_param,
        .can_queue              = 1,
-       .cmd_per_lun            = 1,
        .this_id                = -1,
        .sg_tablesize           = SG_ALL,
        .max_sectors            = SCSI_DEFAULT_MAX_SECTORS,
This page took 0.025306 seconds and 5 git commands to generate.