tty: Convert hw_stopped in tty_struct to bool
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 9 Mar 2023 08:20:35 +0000 (10:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Mar 2023 14:01:09 +0000 (15:01 +0100)
commit035173c91c6b53144295a5b546c6bad3f40fb8a9
treef196f25bfc0e86b0cecb9d13d46a56183189e3f4
parent37e8b08ada22f5cd4a8e94f6e783d00cd6e6d7e6
tty: Convert hw_stopped in tty_struct to bool

hw_stopped in tty_struct is used like bool, convert the variable type
to bool.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC
Link: https://lore.kernel.org/r/20230309082035.14880-9-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/pcmcia/synclink_cs.c
drivers/mmc/core/sdio_uart.c
drivers/tty/amiserial.c
drivers/tty/mxser.c
drivers/tty/synclink_gt.c
include/linux/tty.h