Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57813
b: refs/heads/master
c: c16c3ca
h: refs/heads/master
i:
  57811: de9cf0c
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Jun 11, 2007
1 parent 9c0249c commit 1945afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df30b1171714bbf0e55ffe02138be4b8447e4235
refs/heads/master: c16c3ca79abcb69a9e45f7c15f8358b3915c0e49
2 changes: 2 additions & 0 deletions trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,8 @@ bfin_serial_set_termios(struct uart_port *port, struct ktermios *termios,
lcr |= PEN;
if (!(termios->c_cflag & PARODD))
lcr |= EPS;
if (termios->c_cflag & CMSPAR)
lcr |= STP;
}

port->read_status_mask = OE;
Expand Down

0 comments on commit 1945afb

Please sign in to comment.