diff options
Diffstat (limited to 'drivers/scsi/isci/init.c')
-rw-r--r-- | drivers/scsi/isci/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c index a81e546595dd..724c6265b667 100644 --- a/drivers/scsi/isci/init.c +++ b/drivers/scsi/isci/init.c | |||
@@ -260,8 +260,6 @@ static int isci_register_sas_ha(struct isci_host *isci_host) | |||
260 | sas_ha->sas_port = sas_ports; | 260 | sas_ha->sas_port = sas_ports; |
261 | sas_ha->num_phys = SCI_MAX_PHYS; | 261 | sas_ha->num_phys = SCI_MAX_PHYS; |
262 | 262 | ||
263 | sas_ha->lldd_queue_size = ISCI_CAN_QUEUE_VAL; | ||
264 | sas_ha->lldd_max_execute_num = 1; | ||
265 | sas_ha->strict_wide_ports = 1; | 263 | sas_ha->strict_wide_ports = 1; |
266 | 264 | ||
267 | sas_register_ha(sas_ha); | 265 | sas_register_ha(sas_ha); |