From: yzq <yzq@rock-chips.com>
Date: Thu, 2 May 2013 07:10:17 +0000 (+0800)
Subject: mfd:rk616 hdmi:fix hdmi err when resume supplement
X-Git-Tag: firefly_0821_release~7182
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f84b27e47280e491e47d3949588b7fe0bb99fabe;p=firefly-linux-kernel-4.4.55.git

mfd:rk616 hdmi:fix hdmi err when resume supplement
---

diff --git a/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c b/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c
index 862de01df76a..ed92cecf2366 100755
--- a/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c
+++ b/drivers/video/rockchip/hdmi/chips/rk616/rk616_hdmi.c
@@ -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: