Re: [PATCH] clk: qcom: clk-branch: Use true and false for boolean values

From: Stephen Boyd
Date: Thu Aug 30 2018 - 18:19:12 EST


Quoting Gustavo A. R. Silva (2018-08-04 17:22:22)
> 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@xxxxxxxxxxxxxx>
> ---

Applied to clk-next