clk: zynqmp: make bestdiv unsigned
authorShubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Thu, 18 Aug 2022 11:31:53 +0000 (17:01 +0530)
committerStephen Boyd <sboyd@kernel.org>
Mon, 22 Aug 2022 23:54:14 +0000 (16:54 -0700)
commitd3954b51b475c4848179cd90b24ac73684cdc76b
treed5a304d5702b7317b89d1312cac938f7275c8479
parent568035b01cfb107af8d2e4bd2fb9aea22cf5b868
clk: zynqmp: make bestdiv unsigned

Divisor is always positive make it u32 *.
Also the arguments passed are currently of u32 pointers.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
Link: https://lore.kernel.org/r/20220818113153.14431-1-shubhrajyoti.datta@amd.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/zynqmp/divider.c