diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-09-08 10:02:01 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2017-09-15 21:39:11 +0200 |
commit | 858e51e8cbe11a8c59b24aaf4cb40f7f4e7a2feb (patch) | |
tree | 922fc9959f5cfed7fa2f4f21519a31817fd0700c /drivers/scsi/bnx2i | |
parent | Fix up MAINTAINERS file sorting (diff) | |
download | linux-858e51e8cbe11a8c59b24aaf4cb40f7f4e7a2feb.tar.xz linux-858e51e8cbe11a8c59b24aaf4cb40f7f4e7a2feb.zip |
scsi: lpfc: remove redundant null check on eqe
The pointer eqe is always non-null inside the while loop, so the check
to see if eqe is NULL is redudant and hence can be removed.
Detected by CoverityScan CID#1248693 ("Logically Dead Code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/bnx2i')
0 files changed, 0 insertions, 0 deletions