commit | 681cd4a890e394b91b0b5df0d7f6095d3ae83193 | [log] [tgz] |
---|---|---|
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | Sat Aug 04 19:22:22 2018 -0500 |
committer | Stephen Boyd <sboyd@kernel.org> | Thu Aug 30 15:18:59 2018 -0700 |
tree | 2d2a4344ecbe9967f1d1d4be69713f3e2016db0a | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 [diff] |
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>