mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() If firmware boot failes, runtime pm is put too often:
[12092.708099] wlcore: ERROR firmware boot failed despite 3 retries
[12092.708099] wl18xx_driver wl18xx.1.auto: Runtime PM usage count underflow!
Fix that by redirecting all error gotos before runtime_get so that runtime is
not put.
Fixes:
|
||
---|---|---|
.. | ||
acx.c | ||
acx.h | ||
boot.c | ||
boot.h | ||
cmd.c | ||
cmd.h | ||
conf.h | ||
debug.h | ||
debugfs.c | ||
debugfs.h | ||
event.c | ||
event.h | ||
hw_ops.h | ||
ini.h | ||
init.c | ||
init.h | ||
io.c | ||
io.h | ||
Kconfig | ||
main.c | ||
Makefile | ||
ps.c | ||
ps.h | ||
rx.c | ||
rx.h | ||
scan.c | ||
scan.h | ||
sdio.c | ||
spi.c | ||
sysfs.c | ||
sysfs.h | ||
testmode.c | ||
testmode.h | ||
tx.c | ||
tx.h | ||
vendor_cmd.c | ||
vendor_cmd.h | ||
wl12xx_80211.h | ||
wlcore_i.h | ||
wlcore.h |