Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18539
b: refs/heads/master
c: 3261e36
h: refs/heads/master
i:
  18537: 9b19f63
  18535: 1d9449e
v: v3
  • Loading branch information
Matt Reimer authored and Russell King committed Jan 13, 2006
1 parent c8081b2 commit 66bc602
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: dd29c7277126db6884df42d41f2fbe2ebc10041e
refs/heads/master: 3261e362f603cf2649f90e9ad2d1a1f98f69291a
2 changes: 1 addition & 1 deletion trunk/drivers/serial/imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ imx_set_termios(struct uart_port *port, struct termios *termios,
ucr2 |= UCR2_STPB;
if (termios->c_cflag & PARENB) {
ucr2 |= UCR2_PREN;
if (!(termios->c_cflag & PARODD))
if (termios->c_cflag & PARODD)
ucr2 |= UCR2_PROE;
}

Expand Down

0 comments on commit 66bc602

Please sign in to comment.