linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: bf54x-keys: Fix typo
@ 2009-03-06  3:34 Bryan Wu
  2009-03-06  9:38 ` Dmitry Torokhov
  2009-04-14  9:40 ` [PATCH] Input: bf54x-keys: Remove depreciated IRQF_SAMPLE_RANDOM flag Hennerich, Michael
  0 siblings, 2 replies; 5+ messages in thread
From: Bryan Wu @ 2009-03-06  3:34 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-input, linux-kernel, Michael Hennerich, Bryan Wu

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

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
---
 drivers/input/keyboard/bf54x-keys.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c
index ee855c5..c6f4e16 100644
--- a/drivers/input/keyboard/bf54x-keys.c
+++ b/drivers/input/keyboard/bf54x-keys.c
@@ -212,7 +212,7 @@ static int __devinit bfin_kpad_probe(struct platform_device *pdev)
 	if (!pdata->debounce_time || pdata->debounce_time > MAX_MULT ||
 	    !pdata->coldrive_time || pdata->coldrive_time > MAX_MULT) {
 		printk(KERN_ERR DRV_NAME
-			": Invalid Debounce/Columdrive Time from pdata\n");
+			": Invalid Debounce/Columndrive Time from platform data\n");
 		bfin_write_KPAD_MSEL(0xFF0);	/* Default MSEL	*/
 	} else {
 		bfin_write_KPAD_MSEL(
-- 
1.5.6.3

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

end of thread, other threads:[~2009-04-14 10:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-06  3:34 [PATCH] Input: bf54x-keys: Fix typo Bryan Wu
2009-03-06  9:38 ` Dmitry Torokhov
2009-04-14  9:40 ` [PATCH] Input: bf54x-keys: Remove depreciated IRQF_SAMPLE_RANDOM flag Hennerich, Michael
2009-04-14 10:44   ` [PATCH] Input: ad7877.c and ad7879.c: " Hennerich, Michael
2009-04-14 10:57   ` Hennerich, Michael

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).