aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-10-31 01:30:19 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-10-31 01:30:19 -0500
commit76440d5e13d7dacd5763394ddb2071424e0b6921 (patch)
treecc13d902a4e62746482f0a4e203d072cd6aa1f71 /drivers/input/keyboard
parentInput: pcspkr - fix setting name and phys for the device (diff)
downloadlinux-dev-76440d5e13d7dacd5763394ddb2071424e0b6921.tar.xz
linux-dev-76440d5e13d7dacd5763394ddb2071424e0b6921.zip
Input: lkkbd - fix debug message in lkkbd_interrupt()
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/keyboard')
-rw-r--r--drivers/input/keyboard/lkkbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/lkkbd.c b/drivers/input/keyboard/lkkbd.c
index 7f06780a437f..9481132532d0 100644
--- a/drivers/input/keyboard/lkkbd.c
+++ b/drivers/input/keyboard/lkkbd.c
@@ -441,7 +441,7 @@ lkkbd_interrupt (struct serio *serio, unsigned char data, unsigned int flags,
input_sync (lk->dev);
break;
case LK_METRONOME:
- DBG (KERN_INFO "Got %#d and don't "
+ DBG (KERN_INFO "Got LK_METRONOME and don't "
"know how to handle...\n");
break;
case LK_OUTPUT_ERROR: