scsi: lpfc: Use *_pool_zalloc rather than *_pool_alloc
authorThomas Meyer <thomas@m3y3r.de>
Wed, 29 May 2019 20:21:36 +0000 (22:21 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 18 Jun 2019 23:46:23 +0000 (19:46 -0400)
commita5c990eea5ddd587bcd9af6dc973a1653c8d94af
tree9ac44bd853e04e60a100566caf528429ff95fdcf
parent36631157eb3ff8b0b359d574452ebb8f81370ec5
scsi: lpfc: Use *_pool_zalloc rather than *_pool_alloc

Use *_pool_zalloc rather than *_pool_alloc followed by memset with 0.

Signed-off-by: Thomas Meyer <thomas@m3y3r.de>
Acked-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_init.c