hdmitx: remove unnecessary rxsense check [1/1]

PD#IPTV-3767

Problem:
When plugin, this check may block EDID reading

Solution:
Remove unnecessary rxsense check

Verify:
G12/P261

Change-Id: Ida42bc6b9b17e6e9d0d177e48ce3cf33949fdf5d
Signed-off-by: Zongdong Jiao <zongdong.jiao@amlogic.com>
This commit is contained in:
Zongdong Jiao
2019-07-11 14:30:38 +08:00
committed by Luan Yuan
parent 1f9ef82124
commit 5016c826df

View File

@@ -4010,8 +4010,6 @@ static void hdmitx_hpd_plugin_handler(struct work_struct *work)
if (hdev->rxsense_policy) {
cancel_delayed_work(&hdev->work_rxsense);
queue_delayed_work(hdev->rxsense_wq, &hdev->work_rxsense, 0);
while (!(hdmitx_extcon_rxsense->state))
msleep_interruptible(1000);
}
mutex_lock(&setclk_mutex);
pr_info(SYS "plugin\n");