From: Devendra Naga Date: Sun, 26 Aug 2012 05:36:33 +0000 (+0530) Subject: staging: rtl8192u: use kzalloc to allocate firmware pointer X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7553423cde0cb49a35fabcb15f83688c01ce400;p=pandora-kernel.git staging: rtl8192u: use kzalloc to allocate firmware pointer the firmware pointer is allocated with kmalloc and memset, instead we can just do a kzalloc which will return a memory that has been memset. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed