提交 4cca1be4 编写于 作者: S Stephen Boyd

clk: bcm/kona: Silence sparse warnings

drivers/clk/bcm/clk-kona.c:1243:16: warning: odd constant _Bool cast (ffffffffffffffea becomes 1)
Reviewed-by: NAlex Elder <elder@linaro.org>
Cc: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 9a39222d
...@@ -1240,7 +1240,7 @@ static bool __kona_clk_init(struct kona_clk *bcm_clk) ...@@ -1240,7 +1240,7 @@ static bool __kona_clk_init(struct kona_clk *bcm_clk)
default: default:
BUG(); BUG();
} }
return -EINVAL; return false;
} }
/* Set a CCU and all its clocks into their desired initial state */ /* Set a CCU and all its clocks into their desired initial state */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册