Re: [PATCH] scsi: lpfc: rework lpfc_sli4_fcf_rr_next_index_get()
From: Justin Tee
Date: Thu Sep 18 2025 - 19:24:44 EST
Hi Yury,
> + if (phba->fcf.fcf_pri[next].fcf_rec.flag & LPFC_FCF_FLOGI_FAILED == 0) {
May we change this to?
if (!(phba->fcf.fcf_pri[next].fcf_rec.flag & LPFC_FCF_FLOGI_FAILED)) {
Thank you for noticing and implementing the rework.
Regards,
Justin Tee