From 80d350be4833d34ee076d29c35fc0ee75709e3de Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Fri, 18 Jan 2013 08:25:51 +0100 Subject: [PATCH] --- yaml --- r: 354819 b: refs/heads/master c: 33aeb9da1b5248c8ffce046be4e992ff5d97d529 h: refs/heads/master i: 354817: 504d69e8b7cd534454affbc1ec2ad393ecc35417 354815: c1e0d891adbcde8aced45f686ea5d6de9f3a57da v: v3 --- [refs] | 2 +- trunk/drivers/tty/serial/lpc32xx_hs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 261a3a036569..7181af8c4494 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49abd90c4bb7b35e84c430dbba6b6368786fbf62 +refs/heads/master: 33aeb9da1b5248c8ffce046be4e992ff5d97d529 diff --git a/trunk/drivers/tty/serial/lpc32xx_hs.c b/trunk/drivers/tty/serial/lpc32xx_hs.c index c01b58f3729c..dffea6b2cd7d 100644 --- a/trunk/drivers/tty/serial/lpc32xx_hs.c +++ b/trunk/drivers/tty/serial/lpc32xx_hs.c @@ -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);