cec: remove print [1/1]

PD#SWPL-3750

Problem:
when debug on, too more log

Solution:
delete

Verify:
verified on android p

Change-Id: Iabaaa4fa205da5453a303c98bce8b71b55c5f77b
Signed-off-by: Yong Qin <yong.qin@amlogic.com>
This commit is contained in:
Yong Qin
2019-01-03 17:32:28 +08:00
committed by Dongjin Kim
parent 570936bd63
commit 9ade8dd69a

View File

@@ -2912,7 +2912,7 @@ static long hdmitx_cec_ioctl(struct file *f,
if (((cec_dev->port_seq >> i*4) & 0xF) == a)
break;
}
CEC_INFO("phy port:%d, ui port:%d\n", i, a);
CEC_INFO_L(L_2, "phy port:%d, ui port:%d\n", i, a);
if ((tmp & (1 << i)) && (a != 0xF))
tmp = 1;