From: Michael Hennerich Date: Mon, 22 Oct 2007 04:59:38 +0000 (-0400) Subject: Input: bf54x-keys - return real error when request_irq() fails X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=858711c55f757872b11574599bfa836df8ab34c9;p=deliverable%2Flinux.git Input: bf54x-keys - return real error when request_irq() fails Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index a67b29b089ef..e5f4da928340 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c @@ -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; }