]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb3f38dd068257cb466abe6e90e5db06c6cf0b6b0
treee654edb6bab6e001f3e5be5bf9da2e9a5ecb601d
parent3946fc9291da929ed6836ab79a3b87c34d142954
clk: qcom: clk-alpha-pll: Remove unnecessary cast

Commit 84e5a27bd6b2 ("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