scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()
authorJames Smart <jsmart2021@gmail.com>
Fri, 6 May 2022 03:55:08 +0000 (20:55 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jun 2022 08:30:09 +0000 (10:30 +0200)
commitad1f3ffabb5a86c7f6859dba30e8f70f7d681517
treede096443dbd67bb159e86e70ef61bfe0179b005a
parent1283842272403fe499d0a9c26b1cd3957f08363b
scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()

[ Upstream commit 84c6f99e39074d45f75986e42ca28e27c140fd0d ]

The prior commit that moved from iocb elements to explicit wqe elements
missed a name change.

Correct __lpfc_sli_release_iocbq_s4() to reference wqe rather than iocb.

Link: https://lore.kernel.org/r/20220506035519.50908-2-jsmart2021@gmail.com
Fixes: a680a9298e7b ("scsi: lpfc: SLI path split: Refactor lpfc_iocbq")
Co-developed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/lpfc/lpfc_sli.c