OSDN Git Service

clk: qcom: gcc-sm6375: Ensure unsigned long type
authorStephen Boyd <sboyd@kernel.org>
Tue, 4 Oct 2022 17:17:23 +0000 (10:17 -0700)
committerStephen Boyd <sboyd@kernel.org>
Tue, 4 Oct 2022 17:24:26 +0000 (10:24 -0700)
commit39bc9b589ea3d2750a6fec6409cd7fc687bc99fe
treefb8a745780f9c93392318c5c998a72199da314ab
parenta76d550f761d4f1b0a0e2faa27af122e51904b86
clk: qcom: gcc-sm6375: Ensure unsigned long type

This PLL frequency needs a UL postfix to avoid compiler warnings on
32-bit architectures.

Fixes: 184fdd873d83 ("clk: qcom: Add global clock controller driver for SM6375")
Cc: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sm6375.c