mirror of https://github.com/torvalds/linux.git
Both mt8195-afe-pcm and mt8365-afe-pcm drivers use devm_pm_runtime_enable() in probe function, which automatically calls pm_runtime_disable() on device removal via devres mechanism. However, the remove callbacks explicitly call pm_runtime_disable() again, resulting in double pm_runtime_disable() calls. Fix by removing the redundant pm_runtime_disable() calls from remove functions, letting the devres framework handle it automatically. Fixes: |
||
|---|---|---|
| .. | ||
| common | ||
| mt2701 | ||
| mt6797 | ||
| mt7986 | ||
| mt8173 | ||
| mt8183 | ||
| mt8186 | ||
| mt8188 | ||
| mt8192 | ||
| mt8195 | ||
| mt8365 | ||
| Kconfig | ||
| Makefile | ||