Re: [PATCH] clk: stm32mp1: remove redundant assignment to pointer data

From: Stephen Boyd
Date: Thu Dec 16 2021 - 01:48:49 EST


Quoting Colin Ian King (2021-11-26 14:12:39)
> The pointer data is being initialized with a value and a few lines
> later on being re-assigned the same value, so this re-assignment is
> redundant. Clean up the code and remove it.
>
> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
> ---

Applied to clk-next