From: Robert P. J. Day Date: Sat, 10 Feb 2007 09:45:52 +0000 (-0800) Subject: [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. X-Git-Tag: v2.6.21-rc1~274^2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de3af130b75a79c7381573e5ea69cb59502023f;p=pandora-kernel.git [PATCH] Remove unnecessary memset(0) calls after kzalloc() calls. Delete the few remaining unnecessary calls to memset(0) after a call to kzalloc(). Signed-off-by: Robert P. J. Day Cc: Andi Kleen Cc: Dmitry Torokhov Cc: Adam Belay Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed