提交 b8c7b976 编写于 作者: A Anton Blanchard 提交者: Paul Mackerras

[PATCH] powerpc: Compile warning in hvcs driver

We ended up with an unused variable after the tty updates went in. Fix it.
Signed-off-by: NAnton Blanchard <anton@samba.org>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 c258dd40
......@@ -439,7 +439,6 @@ static int hvcs_io(struct hvcs_struct *hvcsd)
char buf[HVCS_BUFF_LEN] __ALIGNED__;
unsigned long flags;
int got = 0;
int i;
spin_lock_irqsave(&hvcsd->lock, flags);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册