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:
d07bfd8
)
mwl8k: use kcalloc instead of kmalloc & memset
author
Shan Wei
<shanwei@cn.fujitsu.com>
Tue, 8 Mar 2011 03:02:03 +0000
(11:02 +0800)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 9 Mar 2011 21:10:45 +0000
(16:10 -0500)
Use kcalloc or kzalloc rather than the combination of kmalloc and memset.
Thanks coccicheck for detecting this.
(http://coccinelle.lip6.fr/)
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found