[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.
[deliverable/linux.git] / drivers / message / fusion / mptsas.c
index 55ff25244af44a1f2c51002ce8c78fe3b3b699e1..c03968b9e7d25066c3284cfc607eae1064f26c3a 100644 (file)
@@ -1891,7 +1891,7 @@ static struct scsi_host_template mptsas_driver_template = {
        .eh_bus_reset_handler           = mptscsih_bus_reset,
        .eh_host_reset_handler          = mptscsih_host_reset,
        .bios_param                     = mptscsih_bios_param,
-       .can_queue                      = MPT_FC_CAN_QUEUE,
+       .can_queue                      = MPT_SAS_CAN_QUEUE,
        .this_id                        = -1,
        .sg_tablesize                   = MPT_SCSI_SG_DEPTH,
        .max_sectors                    = 8192,
This page took 0.03648 seconds and 5 git commands to generate.