linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/input: ab8500-ponkey: fix error path
@ 2010-10-24 15:09 Nicolas Kaiser
  2010-10-25  3:36 ` Sundar R IYER
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nicolas Kaiser @ 2010-10-24 15:09 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Sundar Iyer, linux-input, linux-kernel

Looks like an obvious typo to me.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---
 drivers/input/misc/ab8500-ponkey.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/misc/ab8500-ponkey.c b/drivers/input/misc/ab8500-ponkey.c
index 98f8ede..3d3288a 100644
--- a/drivers/input/misc/ab8500-ponkey.c
+++ b/drivers/input/misc/ab8500-ponkey.c
@@ -107,7 +107,7 @@ static int __devinit ab8500_ponkey_probe(struct platform_device *pdev)
 	return 0;
 
 err_free_dbr_irq:
-	free_irq(ponkey->irq_dbf, ponkey);
+	free_irq(ponkey->irq_dbr, ponkey);
 err_free_dbf_irq:
 	free_irq(ponkey->irq_dbf, ponkey);
 err_free_mem:
-- 
1.7.2.2

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

* RE: [PATCH] drivers/input: ab8500-ponkey: fix error path
  2010-10-24 15:09 [PATCH] drivers/input: ab8500-ponkey: fix error path Nicolas Kaiser
@ 2010-10-25  3:36 ` Sundar R IYER
  2010-10-25  4:32 ` Sundar R IYER
  2010-10-25  4:51 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Sundar R IYER @ 2010-10-25  3:36 UTC (permalink / raw)
  To: Nicolas Kaiser, Dmitry Torokhov
  Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org

Thanx a lot for finding this out.

>-----Original Message-----
>From: Nicolas Kaiser [mailto:nikai@nikai.net]
>Sent: Sunday, October 24, 2010 8:39 PM

Cheers!

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

* RE: [PATCH] drivers/input: ab8500-ponkey: fix error path
  2010-10-24 15:09 [PATCH] drivers/input: ab8500-ponkey: fix error path Nicolas Kaiser
  2010-10-25  3:36 ` Sundar R IYER
@ 2010-10-25  4:32 ` Sundar R IYER
  2010-10-25  4:51 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Sundar R IYER @ 2010-10-25  4:32 UTC (permalink / raw)
  To: Nicolas Kaiser, Dmitry Torokhov
  Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org

Acked-by: Sundar Iyer <sundar.iyer@stericsson.com>

>>-----Original Message-----
>>From: Nicolas Kaiser [mailto:nikai@nikai.net]
>>Sent: Sunday, October 24, 2010 8:39 PM

Cheers!

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

* Re: [PATCH] drivers/input: ab8500-ponkey: fix error path
  2010-10-24 15:09 [PATCH] drivers/input: ab8500-ponkey: fix error path Nicolas Kaiser
  2010-10-25  3:36 ` Sundar R IYER
  2010-10-25  4:32 ` Sundar R IYER
@ 2010-10-25  4:51 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2010-10-25  4:51 UTC (permalink / raw)
  To: Nicolas Kaiser; +Cc: Sundar Iyer, linux-input, linux-kernel

On Sun, Oct 24, 2010 at 05:09:19PM +0200, Nicolas Kaiser wrote:
> Looks like an obvious typo to me.
> 

Yep, it is. Applied, thank you Nicolas.

-- 
Dmitry

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

end of thread, other threads:[~2010-10-25  4:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 15:09 [PATCH] drivers/input: ab8500-ponkey: fix error path Nicolas Kaiser
2010-10-25  3:36 ` Sundar R IYER
2010-10-25  4:32 ` Sundar R IYER
2010-10-25  4:51 ` 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).