From ed0282932f523934aea6676c10f3b1ef8a0ba446 Mon Sep 17 00:00:00 2001 From: Chuangcheng Peng Date: Fri, 3 Aug 2018 10:17:11 +0800 Subject: [PATCH] demux:close print info PD# 170313 Change-Id: I67c0c3141712797311a95af0320b87487ada7f5a Signed-off-by: Chuangcheng Peng --- .../media_modules/stream_input/parser/hw_demux/aml_dmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dmx.c b/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dmx.c index 3d0ba4d5d41f..ecb055a0f43a 100644 --- a/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dmx.c +++ b/drivers/amlogic/media_modules/stream_input/parser/hw_demux/aml_dmx.c @@ -2776,7 +2776,7 @@ static int dmx_enable(struct aml_dmx *dmx) pr_dbg("dsc2 ctrl: 0x%x\n", READ_MPEG_REG(COMM_DESC_2_CTL)); } - pr_info("[dmx-%d]src: %d, rec: %d, hi_bsf: %d, dsc: %d\n", + pr_dbg("[dmx-%d]src: %d, rec: %d, hi_bsf: %d, dsc: %d\n", dmx->id, dmx->source, record, hi_bsf, fec_core_sel); if (dmx->chan_count) {