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