We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9105c4 commit b496953Copy full SHA for b496953
drivers/scsi/qla2xxx/qla_init.c
@@ -4205,7 +4205,7 @@ void qla_init_iocb_limit(scsi_qla_host_t *vha)
4205
u8 i;
4206
struct qla_hw_data *ha = vha->hw;
4207
4208
- __qla_adjust_iocb_limit(ha->base_qpair);
+ __qla_adjust_iocb_limit(ha->base_qpair);
4209
ha->base_qpair->fwres.iocbs_used = 0;
4210
ha->base_qpair->fwres.exch_used = 0;
4211
0 commit comments