Re: [PATCH] clk: socfpga: remove redundant assignment on division

From: Stephen Boyd
Date: Wed Jan 05 2022 - 19:33:03 EST


Quoting Colin Ian King (2021-12-20 16:37:50)
> The variable parent_rate is being divided by div and the result
> is re-assigned to parent_rate before being returned. The assignment
> is redundant, replace /= operator with just / operator.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---

Applied to clk-next