Loading drivers/tty/n_tty.c +1 −2 Original line number Diff line number Diff line Loading @@ -1442,8 +1442,7 @@ n_tty_receive_char_fast(struct tty_struct *tty, unsigned char c) put_tty_queue(c, ldata); } static inline void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) static void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) { if (I_ISTRIP(tty)) c &= 0x7f; Loading Loading
drivers/tty/n_tty.c +1 −2 Original line number Diff line number Diff line Loading @@ -1442,8 +1442,7 @@ n_tty_receive_char_fast(struct tty_struct *tty, unsigned char c) put_tty_queue(c, ldata); } static inline void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) static void n_tty_receive_char_closing(struct tty_struct *tty, unsigned char c) { if (I_ISTRIP(tty)) c &= 0x7f; Loading