]> www.infradead.org Git - users/jedix/linux-maple.git/commit
serial: switch change_irq and change_port to bool in uart_set_info()
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Mon, 17 Mar 2025 07:00:46 +0000 (08:00 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Mar 2025 15:00:52 +0000 (08:00 -0700)
commit067e95857021bb242099d6bd818e1c57a101802b
treeb6eb18f4c471845e670bb66f7bf80a410670b813
parent2667bd6673eb49c9c299c1202bab5a3fc04586de
serial: switch change_irq and change_port to bool in uart_set_info()

change_irq and change_port are boolean variables. Mark them as such
(instead of uint).

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20250317070046.24386-32-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c