From: zwl Date: Sat, 22 Mar 2014 07:59:25 +0000 (+0800) Subject: HDMI: rk3288 hdmi disable irq X-Git-Tag: firefly_0821_release~5893 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7cc13f3700993d32325f15bda62ca226fdcb531b;p=firefly-linux-kernel-4.4.55.git HDMI: rk3288 hdmi disable irq --- diff --git a/drivers/video/rockchip/hdmi/chips/rk3288/rk3288_hdmi.c b/drivers/video/rockchip/hdmi/chips/rk3288/rk3288_hdmi.c index 4d38e08a753f..cd2a7c69712d 100644 --- a/drivers/video/rockchip/hdmi/chips/rk3288/rk3288_hdmi.c +++ b/drivers/video/rockchip/hdmi/chips/rk3288/rk3288_hdmi.c @@ -261,7 +261,7 @@ static int rk3288_hdmi_probe(struct platform_device *pdev) goto err2; } - ret = devm_request_irq(hdmi_dev->dev, dev_drv->irq, hdmi_irq, 0, dev_name(hdmi_dev->dev), dev_drv); + //ret = devm_request_irq(hdmi_dev->dev, dev_drv->irq, hdmi_irq, 0, dev_name(hdmi_dev->dev), dev_drv); if (ret) { dev_err(hdmi_dev->dev, "hdmi request_irq failed (%d).\n", ret); goto err2;