From 9ccb30dcb0a436c20d0996e1a945f88a56a7c655 Mon Sep 17 00:00:00 2001 From: "xiaoming.sui" Date: Tue, 27 Nov 2018 11:12:23 +0800 Subject: [PATCH] media: media_sync: remove serial port debug logs [1/1] PD#SWPL-2494 Problem: serial port always print timestamp log Solution: remove this log output Verify: P321 Change-Id: I875dffab483269374b9939f556a3ed01e9d2b215 Signed-off-by: xiaoming.sui --- drivers/amlogic/media/frame_sync/timestamp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/frame_sync/timestamp.c b/drivers/amlogic/media/frame_sync/timestamp.c index 66ff3d4..4c78a1ec 100644 --- a/drivers/amlogic/media/frame_sync/timestamp.c +++ b/drivers/amlogic/media/frame_sync/timestamp.c @@ -136,7 +136,7 @@ EXPORT_SYMBOL(timestamp_pcrscr_get); void timestamp_pcrscr_set(u32 pts) { - pr_info("timestamp_pcrscr_set system time = %x\n", pts); + //pr_info("timestamp_pcrscr_set system time = %x\n", pts); system_time = pts; } EXPORT_SYMBOL(timestamp_pcrscr_set); -- 2.7.4