Commit 4cca1be4 authored by Stephen Boyd's avatar 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: default avatarAlex Elder <elder@linaro.org>
Cc: Tim Kryger <tim.kryger@linaro.org>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment