Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142267
b: refs/heads/master
c: 59e4e3e
h: refs/heads/master
i:
  142265: c463315
  142263: 9161c10
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Apr 6, 2009
1 parent 8665258 commit 9b54eb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: f933d3c740b32bdd284c74b2e40e838b585ecf0f
refs/heads/master: 59e4e3e65d3f856cfcdc66de2db5530d7b161f68
5 changes: 3 additions & 2 deletions trunk/drivers/serial/bfin_5xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,8 @@ static void bfin_serial_dma_rx_chars(struct bfin_serial_port *uart)

void bfin_serial_rx_dma_timeout(struct bfin_serial_port *uart)
{
int x_pos, pos, flags;
int x_pos, pos;
unsigned long flags;

spin_lock_irqsave(&uart->port.lock, flags);

Expand Down Expand Up @@ -1088,7 +1089,7 @@ static void
bfin_serial_console_write(struct console *co, const char *s, unsigned int count)
{
struct bfin_serial_port *uart = &bfin_serial_ports[co->index];
int flags = 0;
unsigned long flags;

spin_lock_irqsave(&uart->port.lock, flags);
uart_console_write(&uart->port, s, count, bfin_serial_console_putchar);
Expand Down

0 comments on commit 9b54eb1

Please sign in to comment.