Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287443
b: refs/heads/master
c: 1972345
h: refs/heads/master
i:
  287441: 68d40af
  287439: c8557e3
v: v3
  • Loading branch information
Paul Walmsley authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent cd101c7 commit c1ab7e5
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: be4b0281956c5cae4f63f31f11d07625a6988766
refs/heads/master: 197234520bd83aba2199add57a9d2678ee7f9781
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 @@ -740,8 +740,7 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios,
quot = serial_omap_get_divisor(port, baud);

/* calculate wakeup latency constraint */
up->calc_latency = (1000000 * up->port.fifosize) /
(1000 * baud / 8);
up->calc_latency = (USEC_PER_SEC * up->port.fifosize) / (baud / 8);
up->latency = up->calc_latency;
schedule_work(&up->qos_work);

Expand Down

0 comments on commit c1ab7e5

Please sign in to comment.