Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354819
b: refs/heads/master
c: 33aeb9d
h: refs/heads/master
i:
  354817: 504d69e
  354815: c1e0d89
v: v3
  • Loading branch information
Thierry Reding authored and Greg Kroah-Hartman committed Jan 19, 2013
1 parent a778919 commit 80d350b
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: 49abd90c4bb7b35e84c430dbba6b6368786fbf62
refs/heads/master: 33aeb9da1b5248c8ffce046be4e992ff5d97d529
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/lpc32xx_hs.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ static void __serial_lpc32xx_tx(struct uart_port *port)
static irqreturn_t serial_lpc32xx_interrupt(int irq, void *dev_id)
{
struct uart_port *port = dev_id;
struct tty_port *port = &port->state->port;
struct tty_port *tport = &port->state->port;
u32 status;

spin_lock(&port->lock);
Expand Down

0 comments on commit 80d350b

Please sign in to comment.