From: Shan Wei Date: Tue, 8 Mar 2011 03:02:03 +0000 (+0800) Subject: mwl8k: use kcalloc instead of kmalloc & memset X-Git-Tag: v2.6.39-rc1~468^2~88^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ede5f1dc03f96949dcaa8f8b3483766c047260;p=pandora-kernel.git mwl8k: use kcalloc instead of kmalloc & memset 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed