aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-09-24 13:49:37 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-24 13:49:37 -0700
commit2e55b57a6000ff05f6aadcddf204ecb42749a332 (patch)
tree24ffdb922b0e20300dd13cb2eb4d7f68048ac1a3 /drivers
parentf50c02831d833a27321388bc595a3c376ae941e4 (diff)
parentf993724210744a9b07cf5496808828c4da6ab6df (diff)
downloadlinux-2e55b57a6000ff05f6aadcddf204ecb42749a332.tar.gz
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/clps711x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/clps711x.c b/drivers/serial/clps711x.c
index 78c1f36ad9b72c..87ef368384fb31 100644
--- a/drivers/serial/clps711x.c
+++ b/drivers/serial/clps711x.c
@@ -98,7 +98,7 @@ static irqreturn_t clps711xuart_int_rx(int irq, void *dev_id, struct pt_regs *re
{
struct uart_port *port = dev_id;
struct tty_struct *tty = port->info->tty;
- unsigned int status, ch, flg, ignored = 0;
+ unsigned int status, ch, flg;
status = clps_readl(SYSFLG(port));
while (!(status & SYSFLG_URXFE)) {