HID: Remove KERN_DEBUG from dbg_hid use
authorJoe Perches <joe@perches.com>
Tue, 26 Oct 2010 02:44:21 +0000 (19:44 -0700)
committerJiri Kosina <jkosina@suse.cz>
Wed, 3 Nov 2010 14:11:56 +0000 (10:11 -0400)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-input.c

index 834ef47b76d6f456184dff1adc9663160bebfa28..76e1f64e9765e76256cbebd157a4e7b665e90870 100644 (file)
@@ -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))