keyboard: remove useless message
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 2 Mar 2013 21:57:35 +0000 (23:57 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 12 Mar 2013 21:46:00 +0000 (23:46 +0200)
drivers/tty/vt/keyboard.c

index a605549..0cee2c6 100644 (file)
@@ -1198,9 +1198,9 @@ static void kbd_keycode(unsigned int keycode, int down, int hw_raw)
        raw_mode = (kbd->kbdmode == VC_RAW);
        if (raw_mode && !hw_raw)
                if (emulate_raw(vc, keycode, !down << 7))
-                       if (keycode < BTN_MISC && printk_ratelimit())
+                       /*if (keycode < BTN_MISC && printk_ratelimit())
                                pr_warning("can't emulate rawmode for keycode %d\n",
-                                          keycode);
+                                          keycode)*/;
 
 #ifdef CONFIG_SPARC
        if (keycode == KEY_A && sparc_l1_a_state) {