Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325789
b: refs/heads/master
c: 91f61ce
h: refs/heads/master
i:
  325787: 31a5d7e
v: v3
  • Loading branch information
Alexander Shiyan authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent c47af57 commit d4c3c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3195fd23f8ea71344bd9bb2b451e72f4289e03ec
refs/heads/master: 91f61ce24f95f6d5f96efb56e0a8633e19184289
2 changes: 1 addition & 1 deletion trunk/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 d4c3c70

Please sign in to comment.