From: Devendra Naga Date: Tue, 8 Jan 2013 17:52:34 +0000 (-0500) Subject: staging: vt6655: s/kmalloc + memset / kzalloc X-Git-Tag: v3.9-rc1~127^2~468 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1b46e75fb307132ebbfdd65055bf622cc3f646e;p=pandora-kernel.git staging: vt6655: s/kmalloc + memset / kzalloc replace kmalloc and subsequent memset with kzalloc and drop the null checks and casts and clean the coding style a bit too Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed