rk3036 hdmi: fix hdmi system ctrl error
authorhjc <hjc@rock-chips.com>
Fri, 18 Jul 2014 07:11:56 +0000 (15:11 +0800)
committerhjc <hjc@rock-chips.com>
Fri, 18 Jul 2014 07:18:17 +0000 (15:18 +0800)
drivers/video/rockchip/hdmi/rk_hdmi_sysfs.c

index a653ed4e319a29b14963d402db8da21064d24c5c..321f7fa0fb3cfe30069eb47fe1fafa69f02efa68 100755 (executable)
@@ -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;