From 08eed7b906aaae556ddd926f4a1f5a38509a8540 Mon Sep 17 00:00:00 2001 From: Seungchul Kim Date: Fri, 18 Aug 2017 15:31:59 +0900 Subject: [PATCH] [COMMON] media: smfc: change variable for HW runtime Variable that stores the HW runtime of smfc is changed to print a HW runtime on platform log. Change-Id: Ia89bd96fe4b38fc4baa978b7a380b93600b1b046 Signed-off-by: Seungchul Kim --- drivers/media/platform/exynos/smfc/smfc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/exynos/smfc/smfc.c b/drivers/media/platform/exynos/smfc/smfc.c index 0537c9f41585..141adac6198a 100644 --- a/drivers/media/platform/exynos/smfc/smfc.c +++ b/drivers/media/platform/exynos/smfc/smfc.c @@ -96,8 +96,8 @@ static irqreturn_t exynos_smfc_irq_handler(int irq, void *priv) thumb_streamsize); } - vb->vb2_buf.timestamp = - (__u32)ktime_us_delta(ktime, ctx->ktime_beg); + vb->reserved2 = + (__u32)ktime_us_delta(ktime, ctx->ktime_beg); v4l2_m2m_buf_done(vb, state); if ((!!(ctx->flags & SMFC_CTX_COMPRESS)) && ctx->enable_hwfc) { -- 2.20.1