[RAMEN9610-10029][COMMON] media: mfc: fix the print type
authorAyoung Sim <a.sim@samsung.com>
Tue, 18 Dec 2018 04:48:15 +0000 (13:48 +0900)
committerhskang <hs1218.kang@samsung.com>
Fri, 28 Dec 2018 09:54:42 +0000 (18:54 +0900)
Change-Id: I924647684da96759cfb94d35e7e5ab5293bdc9e6
Signed-off-by: Ayoung Sim <a.sim@samsung.com>
drivers/media/platform/exynos/mfc/mfc_nal_q.c

index 46558fb5601514a03be3672be0eb98517d6b2aab..779e8ec102d56ba1d11023e16aba1200fb8f81c2 100644 (file)
@@ -1012,12 +1012,12 @@ static void __mfc_nal_q_handle_stream_copy_timestamp(struct mfc_ctx *ctx, struct
        start_timestamp = src_mb->vb.vb2_buf.timestamp;
        interval = NSEC_PER_SEC / p->rc_framerate;
        if (debug_ts == 1)
-               mfc_info_ctx("[NALQ][BUFCON][TS] %dfps, start timestamp: %lld, base interval: %d\n",
+               mfc_info_ctx("[NALQ][BUFCON][TS] %dfps, start timestamp: %lld, base interval: %lld\n",
                                p->rc_framerate, start_timestamp, interval);
 
        new_timestamp = start_timestamp + (interval * src_mb->done_index);
        if (debug_ts == 1)
-               mfc_info_ctx("[NALQ][BUFCON][TS] new timestamp: %lld, interval: %d\n",
+               mfc_info_ctx("[NALQ][BUFCON][TS] new timestamp: %lld, interval: %lld\n",
                                new_timestamp, interval * src_mb->done_index);
 
        /* Get the destination buffer */