From 56116b2b09092565d140c0e72596d67a29dcf89c Mon Sep 17 00:00:00 2001 From: Iulia Manda Date: Wed, 12 Mar 2014 01:28:53 +0200 Subject: [PATCH] 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-format-patch failed