Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 858711c5 authored by Michael Hennerich's avatar Michael Hennerich Committed by Dmitry Torokhov
Browse files

Input: bf54x-keys - return real error when request_irq() fails

parent 553a05b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -256,7 +256,6 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)
		printk(KERN_ERR DRV_NAME
			": unable to claim irq %d; error %d\n",
			bf54x_kpad->irq, error);
		error = -EBUSY;
		goto out2;
	}