mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 06:24:43 +01:00
cw1200_wow_suspend() must only return with priv->conf_mutex locked if it
returns zero. This mutex must be unlocked if an error is returned. Add
mutex_unlock() calls to the error paths from which that call is missing.
This has been detected by the Clang thread-safety analyzer.
Fixes:
|
||
|---|---|---|
| .. | ||
| cw1200 | ||
| Kconfig | ||
| Makefile | ||