mfd:rk616 hdmi:fix hdmi err when resume supplement

This commit is contained in:
yzq
2013-05-02 15:10:17 +08:00
parent 34da4d695f
commit f84b27e472

View File

@@ -260,8 +260,8 @@ static int __devinit rk616_hdmi_probe (struct platform_device *pdev)
debugfs_create_file("hdmi", S_IRUSR,rk616->debugfs_dir,rk616,&rk616_hdmi_reg_fops);
}
#endif
rk616_irq_work_func(NULL);
//queue_delayed_work(hdmi->workqueue, &hdmi->delay_work, msecs_to_jiffies(10));
//rk616_irq_work_func(NULL);
queue_delayed_work(hdmi->workqueue, &hdmi->delay_work, msecs_to_jiffies(10));
dev_info(hdmi->dev, "rk616 hdmi probe success.\n");
return 0;
err1: