commit | fadf34f0f05ca5ea02ffcd89544cd372bbdb739b | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Tue May 25 17:00:08 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Jun 04 13:37:18 2010 -0700 |
tree | 741ccde7886e05a0e6b0d21fd144453124af78e8 | |
parent | d8d721f4c005f9a69bd1b5d5c6ba99b7e1d464de [diff] |
altera_uart: Simplify altera_uart_console_putc The check for the TRDY flag after writing the character is not needed. Also do a cpu_relax() inside the loop. Pass a struct uart_port to altera_uart_console_putc, so we do not need to get it (and dereference pointers) for every character. Cc: Thomas Chou <thomas@wytron.com.tw> Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>