There are only two lines in mtk_vcodec_release_dec_pm, using
pm_runtime_disable and put_device instead directly.
Move pm_runtime_enable outside mtk_vcodec_init_dec_pm to symmetry with
pm_runtime_disable, after that, rename mtk_vcodec_init_dec_pm to *_clk since
it only has clock operations now.
Signed-off-by: Yunfei Dong <yunfei.dong@xxxxxxxxxxxx>
Co-developed-by: Yong Wu <yong.wu@xxxxxxxxxxxx>
---
.../media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 10 +++++++---
.../media/platform/mtk-vcodec/mtk_vcodec_dec_hw.c | 7 +++++--
.../media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c | 12 ++----------
.../media/platform/mtk-vcodec/mtk_vcodec_dec_pm.h | 3 +--
4 files changed, 15 insertions(+), 17 deletions(-)