From: Josh Triplett Date: Tue, 8 May 2007 07:33:22 +0000 (-0700) Subject: rcutorture: Remove redundant assignment to cur_ops in for loop X-Git-Tag: v2.6.22-rc1~572 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ade5fb818fb1861fd5f84619c761920ade762b5d;p=pandora-kernel.git rcutorture: Remove redundant assignment to cur_ops in for loop The for loop in rcutorture_init uses the condition cur_ops = torture_ops[i], cur_ops but then makes the same assignment to cur_ops inside the loop. Remove the redundant assignment inside the loop, and remove now-unnecessary braces. Signed-off-by: Josh Triplett Cc: "Paul E. McKenney" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed