Commit 4fc66e7b authored by Justin Tee's avatar Justin Tee Committed by Martin K. Petersen

scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned off

Add missed clearing of phba->sli4_hba.pc_sli4_params.cmf when CMF is turned
off.
Signed-off-by: default avatarJustin Tee <justin.tee@broadcom.com>
Link: https://lore.kernel.org/r/20221017164323.14536-1-justintee8345@gmail.comSigned-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent e6f8a22f
...@@ -8354,6 +8354,7 @@ lpfc_cmf_setup(struct lpfc_hba *phba) ...@@ -8354,6 +8354,7 @@ lpfc_cmf_setup(struct lpfc_hba *phba)
phba->cgn_i = NULL; phba->cgn_i = NULL;
/* Ensure CGN Mode is off */ /* Ensure CGN Mode is off */
phba->cmf_active_mode = LPFC_CFG_OFF; phba->cmf_active_mode = LPFC_CFG_OFF;
sli4_params->cmf = 0;
return 0; return 0;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment