From: Paul Jackson Date: Fri, 24 Mar 2006 11:16:12 +0000 (-0800) Subject: [PATCH] cpuset: remove useless local variable initialization X-Git-Tag: v2.6.17-rc1~918 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29afd49b72a9b2c26fa8c678bcf3976d0540446b;p=pandora-kernel.git [PATCH] cpuset: remove useless local variable initialization Remove a useless variable initialization in cpuset __cpuset_zone_allowed(). The local variable 'allowed' is unconditionally set before use, later on in the code, so does not need to be initialized. Not that it seems to matter to the code generated any, as the compiler optimizes out the superfluous assignment anyway. Signed-off-by: Paul Jackson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed