[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABPRKS9mmUCig30yz4DE1JgAkS+NejeZwr74rd80F5actbS6_Q@mail.gmail.com>
Date: Thu, 18 Sep 2025 16:24:30 -0700
From: Justin Tee <justintee8345@...il.com>
To: "Yury Norov (NVIDIA)" <yury.norov@...il.com>
Cc: James Smart <james.smart@...adcom.com>, Justin Tee <justin.tee@...adcom.com>,
"James E.J. Bottomley" <James.Bottomley@...senpartnership.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] scsi: lpfc: rework lpfc_sli4_fcf_rr_next_index_get()
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
Powered by blists - more mailing lists