commit | c3e5aac3e2f501ad4fcb03fed0e32a6f009faea2 | [log] [tgz] |
---|---|---|
author | Saurav Girepunje <saurav.girepunje@gmail.com> | Sun Oct 27 01:17:17 2019 +0530 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Oct 28 21:52:38 2019 -0400 |
tree | db5683e98555a8a4d6193a9514dfd1140130b103 | |
parent | 5792a0e81678da41f05bb724ebd20f134604fa15 [diff] |
scsi: lpfc: Fix NULL check before mempool_destroy is not needed mempool_destroy has taken null pointer check into account. Remove the redundant check. Link: https://lore.kernel.org/r/20191026194712.GA22249@saurav Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com> Reviewed-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>