Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108227
b: refs/heads/master
c: b1b135c
h: refs/heads/master
i:
  108225: a59b394
  108223: 86e16d2
v: v3
  • Loading branch information
Christian Borntraeger authored and Rusty Russell committed Aug 12, 2008
1 parent 40e612e commit cf59dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: ed6d68763b8b589c0ae9d231cbd72bd01f6685c5
refs/heads/master: b1b135c8d619cb2c7045d6ee4e48375882518bb5
5 changes: 2 additions & 3 deletions trunk/drivers/char/hvc_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,11 +322,10 @@ static int hvc_open(struct tty_struct *tty, struct file * filp)

hp->tty = tty;

if (hp->ops->notifier_add)
rc = hp->ops->notifier_add(hp, hp->data);

spin_unlock_irqrestore(&hp->lock, flags);

if (hp->ops->notifier_add)
rc = hp->ops->notifier_add(hp, hp->data);

/*
* If the notifier fails we return an error. The tty layer
Expand Down

0 comments on commit cf59dcb

Please sign in to comment.