tty: The big operations rework
[deliverable/linux.git] / drivers / char / keyboard.c
index 60b934adea65139c5c802b995e6be28950cc6e2e..d1c50b3302e54247b04879c94e0b83dd162654ee 100644 (file)
@@ -1230,7 +1230,7 @@ static void kbd_keycode(unsigned int keycode, int down, int hw_raw)
 
        if (rep &&
            (!vc_kbd_mode(kbd, VC_REPEAT) ||
-            (tty && !L_ECHO(tty) && tty->driver->chars_in_buffer(tty)))) {
+            (tty && !L_ECHO(tty) && tty_chars_in_buffer(tty)))) {
                /*
                 * Don't repeat a key if the input buffers are not empty and the
                 * characters get aren't echoed locally. This makes key repeat
This page took 0.044067 seconds and 5 git commands to generate.