From: xiaoming.sui Date: Tue, 27 Nov 2018 03:12:23 +0000 (+0800) Subject: media: media_sync: remove serial port debug logs [1/1] X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7ac1869f6e5ce8e3b167942a4f5f6ba1a7e868d1;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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 --- diff --git a/drivers/amlogic/media/frame_sync/timestamp.c b/drivers/amlogic/media/frame_sync/timestamp.c index 66ff3d480175..4c78a1ec14b9 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);