Merge "hdmitx: don't ignore hotplug out event [1/1]" into odroidg12-4.9.y-android

This commit is contained in:
Chris
2020-06-11 17:44:13 +09:00
committed by Gerrit Code Review

View File

@@ -763,7 +763,7 @@ static irqreturn_t intr_handler(int irq, void *dev)
hdev->rhpd_state = 0;
earc_hdmitx_hpdst(0);
queue_delayed_work(hdev->hdmi_wq,
&hdev->work_hpd_plugout, HZ / 50);
&hdev->work_hpd_plugout, 0);
}
/* internal interrupt */
if (dat_top & (1 << 0)) {