aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_lcdcfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.c')
-rw-r--r--drivers/video/sh_mobile_lcdcfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.c b/drivers/video/sh_mobile_lcdcfb.c
index 97ab8bac2494..3a41c013d031 100644
--- a/drivers/video/sh_mobile_lcdcfb.c
+++ b/drivers/video/sh_mobile_lcdcfb.c
@@ -1576,7 +1576,7 @@ static int __devinit sh_mobile_lcdc_probe(struct platform_device *pdev)
1576 1576
1577 platform_set_drvdata(pdev, priv); 1577 platform_set_drvdata(pdev, priv);
1578 1578
1579 error = request_irq(i, sh_mobile_lcdc_irq, IRQF_DISABLED, 1579 error = request_irq(i, sh_mobile_lcdc_irq, 0,
1580 dev_name(&pdev->dev), priv); 1580 dev_name(&pdev->dev), priv);
1581 if (error) { 1581 if (error) {
1582 dev_err(&pdev->dev, "unable to request irq\n"); 1582 dev_err(&pdev->dev, "unable to request irq\n");