From: Silvio F Date: Tue, 18 Mar 2014 21:13:10 +0000 (+0100) Subject: staging: unisys: kmalloc/memset to kzalloc conversation X-Git-Tag: v3.15-rc1~139^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3acc83a4a2b8e1a6f8f3c5bdcfa3bb5f5f9e338;p=pandora-kernel.git staging: unisys: kmalloc/memset to kzalloc conversation This patch solves the Coccinelle warning: "kzalloc should be used instead of kmalloc/memset" This patch is a fixup for linux-next: 97a84f1203786985856a0d4b49b1d7cc387238ce "Staging: unisys: Replace kmalloc/memset with kzalloc" The ALLOC_CMDRSP #define is after transformation to kzalloc only a rename for kzalloc and was completly removed. Signed-off-by: Silvio F Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed