diff options
author | Jinjie Ruan <ruanjinjie@huawei.com> | 2024-09-09 15:31:39 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-09 12:57:32 +0100 |
commit | 89e362c883c65ff94b76b9862285f63545fb5274 (patch) | |
tree | ad45cc0a92320627664edb803bee34378f60236a /drivers/gpu/drm/drm_syncobj.c | |
parent | c9ca76e8239810ccb08825a7b847c39d367410a6 (diff) |
spi: geni-qcom: Undo runtime PM changes at driver exit time
It's important to undo pm_runtime_use_autosuspend() with
pm_runtime_dont_use_autosuspend() at driver exit time unless driver
initially enabled pm_runtime with devm_pm_runtime_enable()
(which handles it for you).
Hence, switch to devm_pm_runtime_enable() to fix it, so the
pm_runtime_disable() in probe error path and remove function
can be removed.
Fixes: cfdab2cd85ec ("spi: spi-geni-qcom: Set an autosuspend delay of 250 ms")
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Suggested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://patch.msgid.link/20240909073141.951494-2-ruanjinjie@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/drm_syncobj.c')
0 files changed, 0 insertions, 0 deletions