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:
0b6c4b1
)
[SCSI] 3w-9xxx, 3w-xxxx: memset not needed in probe
author
Denis Cheng
<crquan@gmail.com>
Tue, 4 Mar 2008 23:24:23 +0000
(15:24 -0800)
committer
James Bottomley
<James.Bottomley@HansenPartnership.com>
Mon, 7 Apr 2008 17:18:59 +0000
(12:18 -0500)
The memory return from scsi_host_alloc is alloced by kzalloc, which is
already zero initilized, so memset not needed.
Signed-off-by: Denis Cheng <crquan@gmail.com>
Cc: Adam Radford <linuxraid@amcc.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
No differences found