diff options
Diffstat (limited to 'arch/um/drivers/line.c')
| -rw-r--r-- | arch/um/drivers/line.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index 7a656bd8bd3c..7f7338c90784 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c | |||
| @@ -19,7 +19,6 @@ static irqreturn_t line_interrupt(int irq, void *data) | |||
| 19 | { | 19 | { |
| 20 | struct chan *chan = data; | 20 | struct chan *chan = data; |
| 21 | struct line *line = chan->line; | 21 | struct line *line = chan->line; |
| 22 | struct tty_struct *tty; | ||
| 23 | 22 | ||
| 24 | if (line) | 23 | if (line) |
| 25 | chan_interrupt(&line->chan_list, &line->task, line->tty, irq); | 24 | chan_interrupt(&line->chan_list, &line->task, line->tty, irq); |
