Skip to content

Commit

Permalink
serial: sccnxp: Make 'default' choice in switch last
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 3195fd2 commit 91f61ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tty/serial/sccnxp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 91f61ce

Please sign in to comment.