From: Devendra Naga Date: Tue, 19 Jun 2012 16:22:38 +0000 (+0530) Subject: staging/ft1000: use kzalloc to allocate the ft1000_device structure X-Git-Tag: v3.6-rc1~100^2~662 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42ad4a8da587792df050748cadfb433cd67a1cad;p=pandora-kernel.git staging/ft1000: use kzalloc to allocate the ft1000_device structure with kzalloc the allocate memory is set to zero, so no need of calling memset again on the allocated memory Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed