Commit 587d145200f26758940099fbbc301fdd43d3f391

Authored by Joe Perches
Committed by Jiri Kosina
1 parent 229aebb873

HID: Remove KERN_DEBUG from dbg_hid use

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

drivers/hid/hid-input.c
... ... @@ -136,7 +136,8 @@
136 136  
137 137 clear_bit(old_keycode, dev->keybit);
138 138 set_bit(usage->code, dev->keybit);
139   - dbg_hid(KERN_DEBUG "Assigned keycode %d to HID usage code %x\n", keycode, scancode);
  139 + dbg_hid("Assigned keycode %d to HID usage code %x\n",
  140 + keycode, scancode);
140 141 /* Set the keybit for the old keycode if the old keycode is used
141 142 * by another key */
142 143 if (hidinput_find_key (hid, 0, old_keycode))