From: Devendra Naga Date: Tue, 4 Sep 2012 19:26:44 +0000 (+0530) Subject: staging: csr: replace calls to kmalloc and memset with kzalloc X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~708 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd4e8c577bf6e927da70529553bf65b4240d8a8;p=pandora-kernel.git staging: csr: replace calls to kmalloc and memset with kzalloc the kzalloc does allocates memory and sets the data at the memory which is allocated to 0, The driver does uses the kmalloc and memset at some points in the code replace them with a single call to kzalloc Signed-off-by: Devendra Naga Acked-by: Marcos Paulo de Souza Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed