Skip to content

Commit

Permalink
Input: lkkbd - fix debug message in lkkbd_interrupt()
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Dmitry Torokhov committed Oct 31, 2005
1 parent 1259f2b commit 76440d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/keyboard/lkkbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 76440d5

Please sign in to comment.