Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325783
b: refs/heads/master
c: 59733ef
h: refs/heads/master
i:
  325781: a0d53d6
  325779: 73b0ac1
  325775: a4a5121
v: v3
  • Loading branch information
Christophe Leroy authored and Greg Kroah-Hartman committed Sep 26, 2012
1 parent 0a17a0d commit 4ad1f52
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 725ef4a3b68449611b523550739ab6d848cedafa
refs/heads/master: 59733ef7e510f6fd51a3dfc6f22ec1d3630a47b9
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/cpm_uart/cpm_uart_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static void cpm_uart_initbd(struct uart_cpm_port *pinfo);

/**************************************************************/

#define HW_BUF_SPD_THRESHOLD 9600
#define HW_BUF_SPD_THRESHOLD 2400

/*
* Check, if transmit buffers are processed
Expand Down Expand Up @@ -505,7 +505,7 @@ static void cpm_uart_set_termios(struct uart_port *port,
pr_debug("CPM uart[%d]:set_termios\n", port->line);

baud = uart_get_baud_rate(port, termios, old, 0, port->uartclk / 16);
if (baud <= HW_BUF_SPD_THRESHOLD ||
if (baud < HW_BUF_SPD_THRESHOLD ||
(pinfo->port.state && pinfo->port.state->port.tty->low_latency))
pinfo->rx_fifosize = 1;
else
Expand Down

0 comments on commit 4ad1f52

Please sign in to comment.