From: Iulia Manda Date: Tue, 11 Mar 2014 23:28:53 +0000 (+0200) Subject: staging: unisys: visorutil: Use kzalloc instead of kmalloc with memset X-Git-Tag: v3.15-rc1~139^2~426 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56116b2b09092565d140c0e72596d67a29dcf89c;p=pandora-kernel.git staging: unisys: visorutil: Use kzalloc instead of kmalloc with memset Fix coccinelle warnings of better allocation by using kzalloc. In these cases, kzalloc is preferred, as kmalloc may fail if it does not find contiguous memory. Signed-off-by: Iulia Manda Acked-by: Luis R. Rodriguez Signed-off-by: Peter P Waskiewicz Jr --- Reading git-diff-tree failed