diff options
-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 eefba3d0e4b9..850212de7b53 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c | |||
@@ -652,7 +652,7 @@ static int __init bfin_bf54x_probe(struct platform_device *pdev) | |||
652 | goto out7; | 652 | goto out7; |
653 | } | 653 | } |
654 | 654 | ||
655 | if (request_irq(info->irq, (void *)bfin_bf54x_irq_error, IRQF_DISABLED, | 655 | if (request_irq(info->irq, bfin_bf54x_irq_error, IRQF_DISABLED, |
656 | "PPI ERROR", info) < 0) { | 656 | "PPI ERROR", info) < 0) { |
657 | printk(KERN_ERR DRIVER_NAME | 657 | printk(KERN_ERR DRIVER_NAME |
658 | ": unable to request PPI ERROR IRQ\n"); | 658 | ": unable to request PPI ERROR IRQ\n"); |