From: Lee Schermerhorn Date: Mon, 24 May 2010 21:32:03 +0000 (-0700) Subject: mempolicy: lose unnecessary loop variable in mpol_parse_str() X-Git-Tag: v2.6.35-rc1~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4652e8429100ba5c3ddb49499faa1188c98c246;p=pandora-kernel.git mempolicy: lose unnecessary loop variable in mpol_parse_str() We don't really need the extra variable 'i' in mpol_parse_str(). The only use is as the the loop variable. Then, it's assigned to 'mode'. Just use mode, and loose the 'uninitialized_var()' macro. Signed-off-by: Lee Schermerhorn Cc: Hugh Dickins Cc: Ravikiran Thirumalai Cc: KOSAKI Motohiro Cc: Christoph Lameter Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed