git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd30f7
)
[SCSI] lpfc: don't dereference NULL
author
Jiri Slaby
<jirislaby@gmail.com>
Mon, 13 Jul 2009 21:25:54 +0000
(23:25 +0200)
committer
James Bottomley
<James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:51:55 +0000
(17:51 -0500)
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>
No differences found