From: Michael Opdenacker Date: Fri, 27 Mar 2015 00:51:46 +0000 (-0700) Subject: aic7xxx: replace kmalloc/memset by kzalloc X-Git-Tag: omap-for-v4.1/fixes-rc1~120^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114fc1d9a8cc7e8eb34fb3896d908992dac09b58;p=pandora-kernel.git aic7xxx: replace kmalloc/memset by kzalloc This replaces kmalloc + memset by a call to kzalloc This also fixes one checkpatch.pl issue in the process. This improvement was suggested by "make coccicheck" Signed-off-by: Michael Opdenacker Reviewed-by: Hannes Reinecke Signed-off-by: James Bottomley --- Reading git-diff-tree failed