Searched hist:b5def43a7b3e7e68d6b49a23166f8b886a26bb54 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | serial_core.h | diff b5def43a7b3e7e68d6b49a23166f8b886a26bb54 Thu Mar 09 09:09:21 CET 2023 Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> serial: Make hw_stopped bool
Convert hw_stopped in uart_port to bool because its more appropriate type for how it is used.
Also convert the local variable in uart_change_line_settings() caching old hw_stopped to bool.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20230309080923.11778-7-ilpo.jarvinen@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|
/linux/drivers/tty/serial/ |
H A D | serial_core.c | diff b5def43a7b3e7e68d6b49a23166f8b886a26bb54 Thu Mar 09 09:09:21 CET 2023 Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> serial: Make hw_stopped bool
Convert hw_stopped in uart_port to bool because its more appropriate type for how it is used.
Also convert the local variable in uart_change_line_settings() caching old hw_stopped to bool.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20230309080923.11778-7-ilpo.jarvinen@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|