Skip to content

Commit da3fa08

Browse files
Sakari AilusHans Verkuil
authored andcommitted
media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls
pm_runtime_put_autosuspend(), pm_runtime_put_sync_autosuspend(), pm_runtime_autosuspend() and pm_request_autosuspend() now include a call to pm_runtime_mark_last_busy(). Remove the now-reduntant explicit call to pm_runtime_mark_last_busy(). Signed-off-by: Sakari Ailus <[email protected]> Reviewed-by: Nicolas Dufresne <[email protected]> Reviewed-by: Heiko Stuebner <[email protected]> Signed-off-by: Nicolas Dufresne <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 0d58a72 commit da3fa08

File tree

1 file changed

+0
-1
lines changed
  • drivers/media/platform/rockchip/rkvdec

1 file changed

+0
-1
lines changed

drivers/media/platform/rockchip/rkvdec/rkvdec.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,6 @@ static void rkvdec_job_finish(struct rkvdec_ctx *ctx,
765765
{
766766
struct rkvdec_dev *rkvdec = ctx->dev;
767767

768-
pm_runtime_mark_last_busy(rkvdec->dev);
769768
pm_runtime_put_autosuspend(rkvdec->dev);
770769
rkvdec_job_finish_no_pm(ctx, result);
771770
}

0 commit comments

Comments
 (0)