]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Fix dubious "if" condition in __call_rcu_nocb_enqueue()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 18 Aug 2013 19:21:57 +0000 (12:21 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 23 Sep 2013 16:13:44 +0000 (09:13 -0700)
commit829511d8aa7a2179bba57ab4ab277d6f9c77ae5b
tree207c0e656e6ed123c508f6722eaeb3bffcbdaf3b
parent01896f7e0a122e8f20082e24f6f9a340034b9c01
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 <fengguang.wu@intel.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree_plugin.h