From: Devendra Naga Date: Tue, 8 Jan 2013 17:52:32 +0000 (-0500) Subject: staging: vt6655: s/kmalloc + memset/kzalloc in alloc_rd_info X-Git-Tag: v3.9-rc1~127^2~470 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b384b7277aa01b839850fb4092fd247c2bae98;p=pandora-kernel.git staging: vt6655: s/kmalloc + memset/kzalloc in alloc_rd_info replace kmalloc and memset if the pointer is valid with kzalloc, and remove the check around the null pointer cases as we dont need it. Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed