Commit 587d1452 authored by Joe Perches's avatar Joe Perches Committed by Jiri Kosina

HID: Remove KERN_DEBUG from dbg_hid use

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 229aebb8
...@@ -136,7 +136,8 @@ static int hidinput_setkeycode(struct input_dev *dev, ...@@ -136,7 +136,8 @@ static int hidinput_setkeycode(struct input_dev *dev,
clear_bit(old_keycode, dev->keybit); clear_bit(old_keycode, dev->keybit);
set_bit(usage->code, 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 /* Set the keybit for the old keycode if the old keycode is used
* by another key */ * by another key */
if (hidinput_find_key (hid, 0, old_keycode)) if (hidinput_find_key (hid, 0, old_keycode))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment