Re: [PATCH v2 05/10] tty: Fix tty_init_termios() declaration

From: Johan Hovold
Date: Tue Jan 19 2016 - 04:17:18 EST


On Sat, Jan 09, 2016 at 09:13:48PM -0800, Peter Hurley wrote:
> tty_init_termios() never returns an error; re-declare as void. Remove
> unnecessary error handling from callers. Remove extern declarations
> of tty_free_termios() and free_tty_struct() and re-declare in file
> scope.
>
> Signed-off-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx>
> ---
> drivers/tty/pty.c | 15 +++------------
> drivers/tty/tty_io.c | 13 ++++---------
> drivers/usb/serial/console.c | 6 +-----

For the usb-serial bits

Acked-by: Johan Hovold <johan@xxxxxxxxxx>

Thanks,
Johan