projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
fc13b5a
29f65f2
)
Fix PM disable depth imbalance in probe
author
Mark Brown
<broonie@kernel.org>
Tue, 27 Sep 2022 10:33:19 +0000
(11:33 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 27 Sep 2022 10:33:19 +0000
(11:33 +0100)
Merge series from Zhang Qilong <zhangqilong3@huawei.com>:
The pm_runtime_enable will increase power disable depth. Thus
a pairing decrement is needed when error returns to keep it
balanced. This series of patches fixed it in spi probe.
Trivial merge