summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorJustin Tee <justin.tee@broadcom.com>2025-04-25 12:47:59 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2025-04-28 21:38:14 -0400
commit05ae6c9c7315d844fbc15afe393f5ba5e5771126 (patch)
treed1307aba216a7f49317cf6d5aafc8fdd222f13a7 /tools/perf/scripts/python/export-to-sqlite.py
parent0af2f6be1b4281385b618cb86ad946eded089ac8 (diff)
scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64 commands
In lpfc_check_sli_ndlp(), the get_job_els_rsp64_did remote_id assignment does not apply for GEN_REQUEST64 commands as it only has meaning for a ELS_REQUEST64 command. So, if (iocb->ndlp == ndlp) is false, we could erroneously return the wrong value. Fix by replacing the fallthrough statement with a break statement before the remote_id check. Signed-off-by: Justin Tee <justin.tee@broadcom.com> Link: https://lore.kernel.org/r/20250425194806.3585-2-justintee8345@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions