Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354744
b: refs/heads/master
c: fdbc735
h: refs/heads/master
v: v3
  • Loading branch information
Enric Balletbo i Serra authored and Greg Kroah-Hartman committed Jan 16, 2013
1 parent 67bd659 commit f47ada6
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: a6b68a69fa89daeddc6ca6bb90b6f19a86ed7a9f
refs/heads/master: fdbc7353e45d78ea8ee4a0cdc9e2700035a3a77d
2 changes: 2 additions & 0 deletions trunk/drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios,
cval |= UART_LCR_PARITY;
if (!(termios->c_cflag & PARODD))
cval |= UART_LCR_EPAR;
if (termios->c_cflag & CMSPAR)
cval |= UART_LCR_SPAR;

/*
* Ask the core to calculate the divisor for us.
Expand Down

0 comments on commit f47ada6

Please sign in to comment.