Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96129
b: refs/heads/master
c: 55d7b68
h: refs/heads/master
i:
  96127: be75440
v: v3
  • Loading branch information
Tetsuo Handa authored and Linus Torvalds committed May 8, 2008
1 parent db246aa commit ad03ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3f9827bc05581b6bb34ab0c6b5d8e028f71b4e78
refs/heads/master: 55d7b68996a5064f011d681bca412b6281d2f711
3 changes: 2 additions & 1 deletion trunk/drivers/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ static int uart_chars_in_buffer(struct tty_struct *tty)
static void uart_flush_buffer(struct tty_struct *tty)
{
struct uart_state *state = tty->driver_data;
struct uart_port *port = state->port;
struct uart_port *port;
unsigned long flags;

/*
Expand All @@ -568,6 +568,7 @@ static void uart_flush_buffer(struct tty_struct *tty)
return;
}

port = state->port;
pr_debug("uart_flush_buffer(%d) called\n", tty->index);

spin_lock_irqsave(&port->lock, flags);
Expand Down

0 comments on commit ad03ad9

Please sign in to comment.