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:
0854735
)
[SCSI] zfcp: Replace kmalloc/memset with kzalloc
author
Swen Schillig
<swen@vnet.ibm.com>
Wed, 18 Jul 2007 08:55:08 +0000
(10:55 +0200)
committer
James Bottomley
<jejb@mulgrave.localdomain>
Wed, 18 Jul 2007 16:32:33 +0000
(11:32 -0500)
Memory allocated with kmalloc is always initialzed to 0 with memset.
Replace the two calls with kzalloc, that already does both steps.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
No differences found