Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clk: qcom: clk-alpha-pll: Remove unnecessary cast
Commit 8f9fab4 ("linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL") fixed the overflow for DIV_ROUND_UP_ULL, so we no longer need the cast for DIV_ROUND_UP_ULL, so remove the unnecessary u64 casts. Signed-off-by: Vinod Koul <vkoul@kernel.org> Link: https://lkml.kernel.org/r/20190722074348.29582-2-vkoul@kernel.org Signed-off-by: Stephen Boyd <sboyd@kernel.org>
- Loading branch information