aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/tmiofb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/tmiofb.c')
-rw-r--r--drivers/video/tmiofb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tmiofb.c b/drivers/video/tmiofb.c
index cd1c4dcef8fd..8e4a446b5ed1 100644
--- a/drivers/video/tmiofb.c
+++ b/drivers/video/tmiofb.c
@@ -744,7 +744,7 @@ static int __devinit tmiofb_probe(struct platform_device *dev)
744 goto err_ioremap_vram; 744 goto err_ioremap_vram;
745 } 745 }
746 746
747 retval = request_irq(irq, &tmiofb_irq, IRQF_DISABLED, 747 retval = request_irq(irq, &tmiofb_irq, 0,
748 dev_name(&dev->dev), info); 748 dev_name(&dev->dev), info);
749 749
750 if (retval) 750 if (retval)