[PATCH 8/8] tty: Convert hw_stopped in tty_struct to bool
Arnd Bergmann
arnd at arndb.de
Thu Mar 9 00:33:27 PST 2023
On Thu, Mar 9, 2023, at 09:20, Ilpo Järvinen wrote:
> hw_stopped in tty_struct is used like bool, convert the variable type
> to bool.
>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen at linux.intel.com>
> ---
> drivers/char/pcmcia/synclink_cs.c | 6 +++---
> drivers/mmc/core/sdio_uart.c | 10 +++++-----
> drivers/tty/amiserial.c | 6 +++---
> drivers/tty/mxser.c | 6 +++---
> drivers/tty/synclink_gt.c | 6 +++---
> include/linux/tty.h | 2 +-
> 6 files changed, 18 insertions(+), 18 deletions(-)
The patch looks good to me, but it will (trivially) conflict with the
synclink_cs removal.
Arnd
More information about the linux-arm-kernel
mailing list