From: Pranith Kumar Date: Tue, 8 Jul 2014 22:26:15 +0000 (-0400) Subject: rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs() X-Git-Tag: fixes-against-v3.18-rc2~103^2~1^2~16^3~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9e1e111b3a9e1c21d2dd27ca361cd9601d99af;p=pandora-kernel.git rcu: Use true/false for return in rcu_nocb_adopt_orphan_cbs() Return true/false in rcu_nocb_adopt_orphan_cbs() instead of 0/1 as this function has return type of bool. Signed-off-by: Pranith Kumar Signed-off-by: Paul E. McKenney Tested-by: Paul Gortmaker --- Reading git-diff-tree failed