提交 f9937242 编写于 作者: R Russell King 提交者: Russell King

[SERIAL] Remove unused variable in clps711x.c

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 87e807b6
......@@ -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)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册