From: Jiri Slaby Date: Sat, 10 Feb 2007 09:45:26 +0000 (-0800) Subject: [PATCH] Char: moxa, do not initialize global static X-Git-Tag: v2.6.21-rc1~274^2~325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa372a850b9ffcb177eb9ac0b75963b2f9af233;p=pandora-kernel.git [PATCH] Char: moxa, do not initialize global static Remove useless initialization of variables a) statically b) dynamically at module_init c) dynamically after kzalloc (those with '= 0/NULL') Signed-off-by: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed