Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263422
b: refs/heads/master
c: b280a97
h: refs/heads/master
v: v3
  • Loading branch information
Nick Pelly authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 4617aa3 commit f2bed4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0055197e984e5fbe6f48f37fc50dd30254915493
refs/heads/master: b280a97d1caf6fe1d38b51ebb31219391f5ad1a0
3 changes: 1 addition & 2 deletions trunk/drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,7 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios,

serial_omap_set_mctrl(&up->port, up->port.mctrl);
/* Software Flow Control Configuration */
if (termios->c_iflag & (IXON | IXOFF))
serial_omap_configure_xonxoff(up, termios);
serial_omap_configure_xonxoff(up, termios);

spin_unlock_irqrestore(&up->port.lock, flags);
dev_dbg(up->port.dev, "serial_omap_set_termios+%d\n", up->pdev->id);
Expand Down

0 comments on commit f2bed4d

Please sign in to comment.