mxser: remove tty parameter from mxser_receive_chars_new()
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Nov 2021 07:31:21 +0000 (08:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:33:22 +0000 (18:33 +0100)
commit9dd6f3063a733e0df2ff66f9c35419eb217d9af5
tree352590fba2054b466a3a50d5381c00f81c3cbbe8
parentc6693e6e07805f1b7822b13a5b482bf2b6a1f312
mxser: remove tty parameter from mxser_receive_chars_new()

After the previous change (no plays with of tty->receive_room), the tty
parameter is unused.

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