mfd:rk616 hdmi:fix hdmi err when resume supplement
authoryzq <yzq@rock-chips.com>
Thu, 2 May 2013 07:10:17 +0000 (15:10 +0800)
committeryzq <yzq@rock-chips.com>
Thu, 2 May 2013 07:10:17 +0000 (15:10 +0800)
drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c

index 862de01df76a7e853f8179c89f22b1997153bacc..ed92cecf2366ffd2d673fc3dc3c68cea704aa99c 100755 (executable)
@@ -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: