serial: sccnxp: Make 'default' choice in switch last
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3195fd23f8
commit
91f61ce24f
@ -550,8 +550,8 @@ static void sccnxp_set_termios(struct uart_port *port,
|
||||
case CS7:
|
||||
mr1 = MR1_BITS_7;
|
||||
break;
|
||||
default:
|
||||
case CS8:
|
||||
default:
|
||||
mr1 = MR1_BITS_8;
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user