diff options
Diffstat (limited to 'drivers/video/bf54x-lq043fb.c')
-rw-r--r-- | drivers/video/bf54x-lq043fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index 2464b910b590..56720fb476b3 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c | |||
@@ -633,7 +633,7 @@ static int __devinit bfin_bf54x_probe(struct platform_device *pdev) | |||
633 | goto out7; | 633 | goto out7; |
634 | } | 634 | } |
635 | 635 | ||
636 | if (request_irq(info->irq, bfin_bf54x_irq_error, IRQF_DISABLED, | 636 | if (request_irq(info->irq, bfin_bf54x_irq_error, 0, |
637 | "PPI ERROR", info) < 0) { | 637 | "PPI ERROR", info) < 0) { |
638 | printk(KERN_ERR DRIVER_NAME | 638 | printk(KERN_ERR DRIVER_NAME |
639 | ": unable to request PPI ERROR IRQ\n"); | 639 | ": unable to request PPI ERROR IRQ\n"); |