mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
rk3036 hdmi: fix hdmi system ctrl error
This commit is contained in:
@@ -41,10 +41,7 @@ static int hdmi_set_enable(struct rk_display_device *device, int enable)
|
||||
} else {
|
||||
if (hdmi->irq)
|
||||
enable_irq(hdmi->irq);
|
||||
#if defined(CONFIG_HDMI_RK610) || defined(CONFIG_HDMI_RK2928)
|
||||
|| defined(CONFIG_HDMI_CAT66121) || defined(CONFIG_HDMI_RK616)
|
||||
queue_delayed_work(hdmi->workqueue, &hdmi->delay_work, 0);
|
||||
#endif
|
||||
mutex_unlock(&hdmi->enable_mutex);
|
||||
}
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user