diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-07-13 10:39:54 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-07-31 05:17:53 +0200 |
commit | cc74e31d4147f26ead6ea06e4649d63a14edc0fe (patch) | |
tree | f8a141f8315c6b63df6678120eac63f23d6a8d4c /drivers/message/fusion/mptfc.c | |
parent | scsi: ibmvscsi: change strncpy+truncation to strlcpy (diff) | |
download | linux-cc74e31d4147f26ead6ea06e4649d63a14edc0fe.tar.xz linux-cc74e31d4147f26ead6ea06e4649d63a14edc0fe.zip |
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>
Diffstat (limited to 'drivers/message/fusion/mptfc.c')
0 files changed, 0 insertions, 0 deletions