commit | e34ccdfe0e08a6acb8c5e649fef1e94e6cd637f9 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jirislaby@gmail.com> | Mon Jul 13 23:25:54 2009 +0200 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Aug 22 17:51:55 2009 -0500 |
tree | 037fc5ca114556aefc9734d6034ba3ad1dfbc162 | |
parent | 0fd30f77693f4fef32d30d4801cd21dcd487c2f0 [diff] |
[SCSI] lpfc: don't dereference NULL When kzalloc fails in lpfc_hba_alloc, don't dereference the NULL by lpfc_printf_log. Use dev_err instead. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Acked-By: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>