[PATCH 1/1] INPUT/BF54x-KEYPAD driver: Remove useless line -errno returned by irq_request

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <dmitry.torokhov@...>, <linux-input@...>, <linux-kernel@...>
Cc: Andrey Panin <pazke@...>, Michael Hennerich <michael.hennerich@...>, Bryan Wu <bryan.wu@...>
Date: Thursday, October 18, 2007 - 1:57 am

From: Michael Hennerich <michael.hennerich@analog.com>

Cc: Andrey Panin <pazke@donpac.ru>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
 drivers/input/keyboard/bf54x-keys.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index a67b29b..e5f4da9 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;
 	}
 
-- 
1.5.3.4
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/1] INPUT/BF54x-KEYPAD driver: Remove useless line ..., Bryan Wu, (Thu Oct 18, 1:57 am)