Skip to content

Commit

Permalink
UML: Remove unused variable from line driver
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jan Kiszka authored and Jiri Kosina committed Apr 20, 2010
1 parent ab4364d commit 1896950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/um/drivers/line.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1896950

Please sign in to comment.