Re: [PATCH -next] clk: stm32mp1: fix missing spin_lock_init()

From: Stephen Boyd
Date: Wed Jun 30 2021 - 14:17:29 EST


Quoting Wang Hai (2021-06-29 18:58:23)
> The driver allocates the spinlock but not initialize it.
> Use spin_lock_init() on it to initialize it correctly.
>
> Fixes: c392df194a2d ("clk: stm32mp1: move RCC reset controller into RCC clock driver")
> Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
> Signed-off-by: Wang Hai <wanghai38@xxxxxxxxxx>
> ---

Applied to clk-next