mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-07 22:34:18 +08:00
be321a82bf
The driver allocates the spinlock but not initialize it.
Use spin_lock_init() on it to initialize it correctly.
This is detected by Coccinelle semantic patch.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
rainshadow-cec.c |