mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
a1ea0857b5
The driver allocates the spinlock but not initialize it.
Use spin_lock_init() on it to initialize it correctly.
Fixes:
|
||
---|---|---|
.. | ||
clk-stm32-core.c | ||
clk-stm32-core.h | ||
clk-stm32mp13.c | ||
Makefile | ||
reset-stm32.c | ||
reset-stm32.h | ||
stm32mp13_rcc.h |