scsi: lpfc: remove null check on nvmebuf
authorColin Ian King <colin.king@canonical.com>
Fri, 13 Jul 2018 08:39:54 +0000 (09:39 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 31 Jul 2018 03:17:53 +0000 (23:17 -0400)
commitcc74e31d4147f26ead6ea06e4649d63a14edc0fe
treef8a141f8315c6b63df6678120eac63f23d6a8d4c
parenta544523887007ba2b6bd73419c4e2f0ab9bb3633
scsi: lpfc: remove null check on nvmebuf

The null checks on nvmebuf are redundant as nvmebuf is always obtained from
a container_of() and hence can never be null. Remove all the redundant null
checks. This also cleans up a static analysis warning.

Detected by CoverityScan, CID#1471753 ("Dereference before null check")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_nvmet.c