From: Robert P. J. Day Date: Wed, 14 Feb 2007 08:33:16 +0000 (-0800) Subject: [PATCH] OSS: replace kmalloc()+memset() combos with kzalloc() X-Git-Tag: v2.6.21-rc1~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3159f06dc2303630c02d1ad2eeaeaf341414c9df;p=pandora-kernel.git [PATCH] OSS: replace kmalloc()+memset() combos with kzalloc() Replace kmalloc() + memset() pairs with the appropriate kzalloc() calls. Signed-off-by: Robert P. J. Day Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed