Files
linux/drivers
Jiri Slaby (SUSE) f47a4fd67f tty: don't pass write() to do_tty_write()
write() passed to do_tty_write() is always ld->ops->write(). Instead,
align with iterate_tty_read() and pass the whole ld instead. This makes
the code easier to follow as it is clear what the write is. And also the
function signature is more readable.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230810091510.13006-22-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-08-11 21:12:46 +02:00
..
2023-08-11 21:12:45 +02:00
2023-08-11 21:12:45 +02:00
2023-07-31 09:39:56 +02:00
2023-08-11 21:12:45 +02:00
2023-08-11 21:12:45 +02:00
2023-07-27 07:53:12 +02:00