瀏覽代碼

Merge master.kernel.org:/home/rmk/linux-2.6-serial

Linus Torvalds 19 年之前
父節點
當前提交
2e55b57a60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/serial/clps711x.c

+ 1 - 1
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 uart_port *port = dev_id;
 	struct tty_struct *tty = port->info->tty;
 	struct tty_struct *tty = port->info->tty;
-	unsigned int status, ch, flg, ignored = 0;
+	unsigned int status, ch, flg;
 
 
 	status = clps_readl(SYSFLG(port));
 	status = clps_readl(SYSFLG(port));
 	while (!(status & SYSFLG_URXFE)) {
 	while (!(status & SYSFLG_URXFE)) {