Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

UML: Remove unused variable from line driver

parent ab4364d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);