tty: remove TTY_SOFT_SAK part from __do_SAK()
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Nov 2021 07:19:08 +0000 (08:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:31:32 +0000 (18:31 +0100)
commit463d4c74bffd7209914bf1eefb6d2fa991422863
treeb85abbe8e3ef7f2976bb34c35737a609e8b99d9c
parentea502201da45d3737a77d17e96d952d0a85cdc7d
tty: remove TTY_SOFT_SAK part from __do_SAK()

Remove the TTY_SOFT_SAK part. It is never defined, so this is only
confusing.

It was actually never defined since its introduction in
0.99.14g.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211118071911.12059-2-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c