aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/arcfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/arcfb.c')
-rw-r--r--drivers/video/arcfb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/arcfb.c b/drivers/video/arcfb.c
index a1d58e9d3073..4659d5da6ff8 100644
--- a/drivers/video/arcfb.c
+++ b/drivers/video/arcfb.c
@@ -552,6 +552,7 @@ static int __devinit arcfb_probe(struct platform_device *dev)
552 "arcfb", info)) { 552 "arcfb", info)) {
553 printk(KERN_INFO 553 printk(KERN_INFO
554 "arcfb: Failed req IRQ %d\n", par->irq); 554 "arcfb: Failed req IRQ %d\n", par->irq);
555 retval = -EBUSY;
555 goto err1; 556 goto err1;
556 } 557 }
557 } 558 }