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@xxxxxxxxxxxxxxx> > --- > 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