mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-24 09:45:48 +00:00
The pm_runtime_get_sync() internally increments the
dev->power.usage_count without decrementing it, even on errors.
Replace it by the new pm_runtime_resume_and_get(), introduced by:
commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| mtk_mdp_comp.c | ||
| mtk_mdp_comp.h | ||
| mtk_mdp_core.c | ||
| mtk_mdp_core.h | ||
| mtk_mdp_ipi.h | ||
| mtk_mdp_m2m.c | ||
| mtk_mdp_m2m.h | ||
| mtk_mdp_regs.c | ||
| mtk_mdp_regs.h | ||
| mtk_mdp_vpu.c | ||
| mtk_mdp_vpu.h | ||