From: Paul E. McKenney Date: Sun, 18 Aug 2013 19:21:57 +0000 (-0700) Subject: rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~44^2^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829511d8aa7a2179bba57ab4ab277d6f9c77ae5b;p=pandora-kernel.git rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue() This commit replaces an incorrect (but fortunately functional) bitwise OR ("|") operator with the correct logical OR ("||"). Reported-by: kbuild test robot Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed