Re: [PATCH] tty: Replace TTY_THROTTLED bit tests with tty_throttled()

From: Johan Hovold
Date: Fri Apr 29 2016 - 06:34:03 EST


On Sat, Apr 09, 2016 at 05:11:36PM -0700, Peter Hurley wrote:
> Abstract TTY_THROTTLED bit tests with tty_throttled().
>
> Signed-off-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx>
> ---
> drivers/char/pcmcia/synclink_cs.c | 2 +-
> drivers/mmc/card/sdio_uart.c | 2 +-
> drivers/net/usb/hso.c | 2 +-
> drivers/staging/fwserial/fwserial.c | 2 +-
> drivers/staging/speakup/selection.c | 2 +-
> drivers/tty/amiserial.c | 2 +-
> drivers/tty/hvc/hvc_console.c | 2 +-
> drivers/tty/hvc/hvcs.c | 2 +-
> drivers/tty/hvc/hvsi.c | 2 +-
> drivers/tty/moxa.c | 2 +-
> drivers/tty/nozomi.c | 2 +-
> drivers/tty/serial/serial_core.c | 2 +-
> drivers/tty/synclink.c | 2 +-
> drivers/tty/synclink_gt.c | 2 +-
> drivers/tty/synclinkmp.c | 2 +-
> drivers/tty/tty_ioctl.c | 4 ++--
> drivers/tty/vt/selection.c | 2 +-
> drivers/usb/gadget/function/u_serial.c | 4 ++--
> drivers/usb/serial/digi_acceleport.c | 3 +--

For usb-serial

Acked-by: Johan Hovold <johan@xxxxxxxxxx>

Thanks,
Johan