diff options
author | 2020-11-30 10:12:26 -0800 | |
---|---|---|
committer | 2020-12-01 00:19:14 -0500 | |
commit | 9d8de441db261dbb4abb989674a62d1c13fe4f93 (patch) | |
tree | 2f317f729ba4a871a7d17bdd7b1cc77c54a2c9dd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | scsi: ufs: Stop hardcoding the scale down gear (diff) | |
download | wireguard-linux-9d8de441db261dbb4abb989674a62d1c13fe4f93.tar.xz wireguard-linux-9d8de441db261dbb4abb989674a62d1c13fe4f93.zip |
scsi: lpfc: Correct null ndlp reference on routine exit
smatch correctly called out a logic error with accessing a pointer after
checking it for null:
drivers/scsi/lpfc/lpfc_els.c:2043 lpfc_cmpl_els_plogi()
error: we previously assumed 'ndlp' could be null (see line 1942)
Adjust the exit point to avoid the trace printf ndlp reference. A trace
entry was already generated when the ndlp was checked for null.
Link: https://lore.kernel.org/r/20201130181226.16675-1-james.smart@broadcom.com
Fixes: 4430f7fd09ec ("scsi: lpfc: Rework locations of ndlp reference taking")
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions