mwl8k: use kcalloc instead of kmalloc & memset
authorShan Wei <shanwei@cn.fujitsu.com>
Tue, 8 Mar 2011 03:02:03 +0000 (11:02 +0800)
committerJohn 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