Commit 1896950b authored by Jan Kiszka's avatar Jan Kiszka Committed by Jiri Kosina

UML: Remove unused variable from line driver

Signed-off-by: default avatarJan Kiszka <jan.kiszka@web.de>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ab4364d3
......@@ -18,7 +18,6 @@ static irqreturn_t line_interrupt(int irq, void *data)
{
struct chan *chan = data;
struct line *line = chan->line;
struct tty_struct *tty;
if (line)
chan_interrupt(&line->chan_list, &line->task, line->tty, irq);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment