Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186231
b: refs/heads/master
c: 03315b5
h: refs/heads/master
i:
  186229: 0ccc7f3
  186227: 541cb0c
  186223: 6834054
v: v3
  • Loading branch information
Alexander Beregalov authored and Linus Torvalds committed Mar 6, 2010
1 parent b45b12f commit fe79d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be1494527c4dea4db87749d08b09be23327157dc
refs/heads/master: 03315b59165ee2049a4b903a1b0b8bf673d701fa
4 changes: 2 additions & 2 deletions trunk/arch/um/drivers/line.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ static irqreturn_t line_interrupt(int irq, void *data)
{
struct chan *chan = data;
struct line *line = chan->line;
struct tty_struct *tty = line->tty;
struct tty_struct *tty;

if (line)
chan_interrupt(&line->chan_list, &line->task, tty, irq);
chan_interrupt(&line->chan_list, &line->task, line->tty, irq);
return IRQ_HANDLED;
}

Expand Down

0 comments on commit fe79d68

Please sign in to comment.