Searched hist:"1690 ca513da18b1f7de89c39faf78278d302b867" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/ |
H A D | serial_core.c | diff 1690ca513da18b1f7de89c39faf78278d302b867 Thu Mar 09 09:09:22 CET 2023 Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> serial: Rename hw_stopped to old_hw_stopped & improve logic
hw_stopped in uart_change_line_settings() stores old hw_stopped, thus rename it appropriately.
Alter logic to check first if the hw_stopped was changed, and then pick which function to call if it was because the logic is more obvious that way.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20230309080923.11778-8-ilpo.jarvinen@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|