diff options
| author | Alexander Shiyan <[email protected]> | 2012-09-24 17:12:02 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2012-09-26 20:41:05 +0000 |
| commit | 91f61ce24f95f6d5f96efb56e0a8633e19184289 (patch) | |
| tree | 7432950ce09c7f13a246a3248ff4d835749e13f5 /drivers/tty/serial/sccnxp.c | |
| parent | serial: sccnxp: Remove mask termios caps for SW flow control (diff) | |
| download | kernel-91f61ce24f95f6d5f96efb56e0a8633e19184289.tar.gz kernel-91f61ce24f95f6d5f96efb56e0a8633e19184289.zip | |
serial: sccnxp: Make 'default' choice in switch last
Signed-off-by: Alexander Shiyan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/tty/serial/sccnxp.c')
| -rw-r--r-- | drivers/tty/serial/sccnxp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sccnxp.c b/drivers/tty/serial/sccnxp.c index f06981df80b7..b7086d004f5f 100644 --- a/drivers/tty/serial/sccnxp.c +++ b/drivers/tty/serial/sccnxp.c @@ -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; } |
