Searched hist:"9 b2bff26beca432c6d6ca3a49903eb3ae9816bc7" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/tty/serial/8250/ |
H A D | 8250_exar.c | diff 9b2bff26beca432c6d6ca3a49903eb3ae9816bc7 Fri May 03 19:16:01 CEST 2024 Andy Shevchenko <andriy.shevchenko@linux.intel.com> serial: 8250_exar: Return directly from switch-cases
There are two similar switch-cases which use different style. Unify them and one more to return from the cases directly.
While at it, add missing default in another switch-case.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Tested-by: Parker Newman <pnewman@connecttech.com> Link: https://lore.kernel.org/r/20240503171917.2921250-10-andriy.shevchenko@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|