clk: qcom: clk-branch: Use true and false for boolean values
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Sun, 5 Aug 2018 00:22:22 +0000 (19:22 -0500)
committerStephen Boyd <sboyd@kernel.org>
Thu, 30 Aug 2018 22:18:59 +0000 (15:18 -0700)
commit681cd4a890e394b91b0b5df0d7f6095d3ae83193
tree2d2a4344ecbe9967f1d1d4be69713f3e2016db0a
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
clk: qcom: clk-branch: Use true and false for boolean values

Return statements in functions returning bool should use true or false
instead of an integer value.

This code was detected with the help of Coccinelle.

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/clk-branch.c