Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207924
b: refs/heads/master
c: e8dd475
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Greg Kroah-Hartman committed Aug 10, 2010
1 parent 9cddb7d commit 5dd3b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 078dee2d298d003f19203b120b7438beea681e60
refs/heads/master: e8dd4757a6cf0a8909148a61b89fa3a6d4f9b3ee
2 changes: 1 addition & 1 deletion trunk/drivers/serial/altera_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp)
static void altera_uart_console_putc(struct uart_port *port, const char c)
{
while (!(readl(port->membase + ALTERA_UART_STATUS_REG) &
ALTERA_UART_STATUS_TRDY_MSK))
ALTERA_UART_STATUS_TRDY_MSK))
cpu_relax();

writel(c, port->membase + ALTERA_UART_TXDATA_REG);
Expand Down

0 comments on commit 5dd3b95

Please sign in to comment.