Skip to content

Commit

Permalink
HID: Remove KERN_DEBUG from dbg_hid use
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Joe Perches authored and Jiri Kosina committed Nov 3, 2010
1 parent 229aebb commit 587d145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ static int hidinput_setkeycode(struct input_dev *dev,

clear_bit(old_keycode, dev->keybit);
set_bit(usage->code, dev->keybit);
dbg_hid(KERN_DEBUG "Assigned keycode %d to HID usage code %x\n", keycode, scancode);
dbg_hid("Assigned keycode %d to HID usage code %x\n",
keycode, scancode);
/* Set the keybit for the old keycode if the old keycode is used
* by another key */
if (hidinput_find_key (hid, 0, old_keycode))
Expand Down

0 comments on commit 587d145

Please sign in to comment.