diff options
author | Jiri Slaby (SUSE) <jirislaby@kernel.org> | 2023-11-21 10:22:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-25 07:23:17 +0000 |
commit | d22d53ad8ae8414c547c24de0b828a622fc45ea1 (patch) | |
tree | c6692111aefe2eea2f84928fe34ab6f96de0fe5a /include/linux/tty.h | |
parent | 4c74253b831e5a8eb87d4d8d4a0eae40c331e682 (diff) |
tty: remove unneeded mbz from tiocsti()
'mbz' in tiocsti() is used only to pass TTY_NORMAL to
tty_ldisc_ops::receive_buf(). But that can be achieved easier by simply
passing NULL to ::receive_buf().
So drop this 'mbz'.
Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20231121092258.9334-3-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
0 files changed, 0 insertions, 0 deletions