ti-st: use tty_write_room
authorJiri Slaby <jslaby@suse.cz>
Wed, 5 May 2021 09:19:14 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 15:03:20 +0000 (17:03 +0200)
commit0f29b503bd0b48ec6f14243f3626ac411c879555
tree8fc654749aff1e1b60324fa49f57265785741108
parent303e8ebf5dcb802b016b2802825dbc7928f9a50a
ti-st: use tty_write_room

Don't access tty->ops->write_room directly, use tty_write_room helper
instead.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210505091928.22010-22-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_core.c