]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()
authorMuhammad Usama Anjum <usama.anjum@collabora.com>
Mon, 4 Mar 2024 09:11:19 +0000 (14:11 +0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Apr 2024 13:32:50 +0000 (15:32 +0200)
commit8b9da161c022b220854c01d17c820edf97292cec
treedd48b0c9d79868ae4704279076960addd233d668
parent27c68868389c5e45d6349d333590ec2926392bf1
scsi: lpfc: Correct size for cmdwqe/rspwqe for memset()

commit 16cc2ba71b9f6440805aef7f92ba0f031f79b765 upstream.

The cmdwqe and rspwqe are of type lpfc_wqe128. They should be memset() with
the same type.

Fixes: 61910d6a5243 ("scsi: lpfc: SLI path split: Refactor CT paths")
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Link: https://lore.kernel.org/r/20240304091119.847060-1-usama.anjum@collabora.com
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/lpfc/lpfc_bsg.c