Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120148
b: refs/heads/master
c: 1f6fd5c
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 11e1fae commit 12ae5fe
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 073da9c0de401e8683b6bc76c008a7e0850045d5
refs/heads/master: 1f6fd5c916c8416588f5797e7837b9e81b3251a5
3 changes: 3 additions & 0 deletions trunk/drivers/serial/sh-sci.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ to_sci_port(struct uart_port *uart)
}

#if defined(CONFIG_CONSOLE_POLL) || defined(CONFIG_SERIAL_SH_SCI_CONSOLE)

#ifdef CONFIG_CONSOLE_POLL
static inline void handle_error(struct uart_port *port)
{
/* Clear error flags */
Expand Down Expand Up @@ -126,6 +128,7 @@ static int sci_poll_get_char(struct uart_port *port)

return c;
}
#endif

static void sci_poll_put_char(struct uart_port *port, unsigned char c)
{
Expand Down

0 comments on commit 12ae5fe

Please sign in to comment.