diff options
author | Lukas Wunner <[email protected]> | 2020-05-25 14:25:03 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-05-26 15:40:31 +0100 |
commit | 65e318e17358a3fd4fcb5a69d89b14016dee2f06 (patch) | |
tree | e116a5359e54508bab7a413fd81b3885b9fffde2 /scripts/gdb/linux/timerlist.py | |
parent | 32e5b57232c0411e7dea96625c415510430ac079 (diff) |
spi: pxa2xx: Fix runtime PM ref imbalance on probe error
The PXA2xx SPI driver releases a runtime PM ref in the probe error path
even though it hasn't acquired a ref earlier.
Apparently commit e2b714afee32 ("spi: pxa2xx: Disable runtime PM if
controller registration fails") sought to copy-paste the invocation of
pm_runtime_disable() from pxa2xx_spi_remove(), but erroneously copied
the call to pm_runtime_put_noidle() as well. Drop it.
Fixes: e2b714afee32 ("spi: pxa2xx: Disable runtime PM if controller registration fails")
Signed-off-by: Lukas Wunner <[email protected]>
Reviewed-by: Jarkko Nikula <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Cc: [email protected] # v4.17+
Cc: Jarkko Nikula <[email protected]>
Link: https://lore.kernel.org/r/58b2ac6942ca1f91aaeeafe512144bc5343e1d84.1590408496.git.lukas@wunner.de
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions