aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/vt/keyboard.c')
-rw-r--r--drivers/tty/vt/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/tty/vt/keyboard.c b/drivers/tty/vt/keyboard.c
index c039cfea5b11..8a89f6e7715d 100644
--- a/drivers/tty/vt/keyboard.c
+++ b/drivers/tty/vt/keyboard.c
@@ -924,7 +924,7 @@ static void k_brl(struct vc_data *vc, unsigned char value, char up_flag)
924 924
925 if (kbd->kbdmode != VC_UNICODE) { 925 if (kbd->kbdmode != VC_UNICODE) {
926 if (!up_flag) 926 if (!up_flag)
927 pr_warning("keyboard mode must be unicode for braille patterns\n"); 927 pr_warn("keyboard mode must be unicode for braille patterns\n");
928 return; 928 return;
929 } 929 }
930 930
@@ -1253,8 +1253,8 @@ static void kbd_keycode(unsigned int keycode, int down, int hw_raw)
1253 if (raw_mode && !hw_raw) 1253 if (raw_mode && !hw_raw)
1254 if (emulate_raw(vc, keycode, !down << 7)) 1254 if (emulate_raw(vc, keycode, !down << 7))
1255 if (keycode < BTN_MISC && printk_ratelimit()) 1255 if (keycode < BTN_MISC && printk_ratelimit())
1256 pr_warning("can't emulate rawmode for keycode %d\n", 1256 pr_warn("can't emulate rawmode for keycode %d\n",
1257 keycode); 1257 keycode);
1258 1258
1259#ifdef CONFIG_SPARC 1259#ifdef CONFIG_SPARC
1260 if (keycode == KEY_A && sparc_l1_a_state) { 1260 if (keycode == KEY_A && sparc_l1_a_state) {