From: Paul E. McKenney Date: Mon, 15 Oct 2012 15:24:54 +0000 (-0700) Subject: rcu: Fix precedence error in cpu_needs_another_gp() X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~79^2^2~4^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340f588bbaed6cb518aa65e7a330dcc3fff911f8;p=pandora-kernel.git rcu: Fix precedence error in cpu_needs_another_gp() The fix introduced by a10d206e (rcu: Fix day-one dyntick-idle stall-warning bug) has a C-language precedence error. It turns out that this error is harmless in that the same result is computed for all inputs, but the code is nevertheless a potential source of confusion. This commit therefore introduces parentheses in order to force the execution of the code to reflect the intent. Reported-by: Ben Hutchings Signed-off-by: Paul E. McKenney Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed