aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2020-11-18 13:37:44 +0000
committerMartin K. Petersen <[email protected]>2020-11-19 22:15:19 -0500
commit61795a5316ad8786fb4bb896198733188a60eab8 (patch)
tree8c0a3f9523c803717a950b0723f0e45fa79696f4 /tools/perf/scripts/python
parent1e7dddb2e76a593627643c42f9bf57e5c0078f06 (diff)
scsi: lpfc: Remove dead code on second !ndlp check
Currently there is a null check on the pointer ndlp that exits via error path issue_ct_rsp_exit followed by another null check on the same pointer that is almost identical to the previous null check stanza and yet can never can be reached because the previous check exited via issue_ct_rsp_exit. This is deadcode and can be removed. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: James Smart <[email protected]> Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]> Addresses-Coverity: ("Logically dead code")
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions