linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] INPUT/BF54x-KEYPAD driver:  Remove useless line -errno returned by irq_request
@ 2007-10-18  5:57 Bryan Wu
  2007-10-22  5:21 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Bryan Wu @ 2007-10-18  5:57 UTC (permalink / raw)
  To: dmitry.torokhov, linux-input, linux-kernel
  Cc: Andrey Panin, Michael Hennerich, Bryan Wu

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] INPUT/BF54x-KEYPAD driver:  Remove useless line -errno returned by irq_request
  2007-10-18  5:57 [PATCH 1/1] INPUT/BF54x-KEYPAD driver: Remove useless line -errno returned by irq_request Bryan Wu
@ 2007-10-22  5:21 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2007-10-22  5:21 UTC (permalink / raw)
  To: Bryan Wu; +Cc: linux-input, linux-kernel, Andrey Panin, Michael Hennerich

On Thursday 18 October 2007, Bryan Wu wrote:
> 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>

Applied, thank you Michael, Bryan.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-22  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18  5:57 [PATCH 1/1] INPUT/BF54x-KEYPAD driver: Remove useless line -errno returned by irq_request Bryan Wu
2007-10-22  5:21 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).