mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user