clk: qcom: clk-alpha-pll: Remove unnecessary cast
authorVinod Koul <vkoul@kernel.org>
Mon, 22 Jul 2019 07:43:44 +0000 (13:13 +0530)
committerStephen Boyd <sboyd@kernel.org>
Wed, 7 Aug 2019 22:12:05 +0000 (15:12 -0700)
commit46e625b3e320e56da830a847f718635c26af9e04
treee654edb6bab6e001f3e5be5bf9da2e9a5ecb601d
parent5f9e832c137075045d15cd6899ab0505cfb2ca4b
clk: qcom: clk-alpha-pll: Remove unnecessary cast

Commit 8f9fab480c7a ("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>
drivers/clk/qcom/clk-alpha-pll.c