Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95844
b: refs/heads/master
c: fbe543b
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Liu authored and Grant Likely committed May 1, 2008
1 parent 1cd7c5c commit 67ff2e1
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: 80791be11145f7dd7f68c84741fc66e5164b7353
refs/heads/master: fbe543b412cef02350fab35526a6d4dc3d20d182
2 changes: 2 additions & 0 deletions trunk/drivers/serial/mpc52xx_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,9 @@ mpc52xx_uart_int_rx_chars(struct uart_port *port)
}
}

spin_unlock(&port->lock);
tty_flip_buffer_push(tty);
spin_lock(&port->lock);

return psc_ops->raw_rx_rdy(port);
}
Expand Down

0 comments on commit 67ff2e1

Please sign in to comment.