mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
Merge "hdmitx: don't ignore hotplug out event [1/1]" into odroidg12-4.9.y-android
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user