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 <sakari.ailus@linux.intel.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
1 parent 0d58a72 commit da3fa08

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • drivers/media/platform/rockchip/rkvdec

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)