OSDN Git Service

scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()
authorJames Smart <jsmart2021@gmail.com>
Tue, 26 Apr 2022 18:13:15 +0000 (11:13 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 27 Apr 2022 02:24:27 +0000 (22:24 -0400)
commit3d1d34ec1fbcab2d77e3733ff385a074fdf2d60c
tree8d8560e966902b2fdab450249235d9cb20a82389
parent75b8715e20a20bc7b4844835e4035543a2674200
scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()

Smatch had the following warning:

drivers/scsi/lpfc/lpfc_sli.c:22305 lpfc_sli_prep_wqe() error: we previously assumed 'ndlp' could be null (see line 22298)

Remove the unnecessary null check.

Link: https://lore.kernel.org/r/20220426181315.8990-1-jsmart2021@gmail.com
Fixes: d51cf5bd926c ("scsi: lpfc: Fix field overload in lpfc_iocbq data structure")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: James Smart <jsmart2021@gmail.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_sli.c