Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304156
b: refs/heads/master
c: 5f56605
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 45698f4 commit 420ee4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6968a7592a1f27386174617b6dbef31044da91ed
refs/heads/master: 5f566051fbc3e7754f903b3b4bf67a44e0ae2d1a
2 changes: 1 addition & 1 deletion trunk/drivers/tty/hvc/hvsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static void hvsi_recv_control(struct hvsi_struct *hp, uint8_t *packet,
pr_debug("hvsi%i: CD dropped\n", hp->index);
hp->mctrl &= TIOCM_CD;
/* If userland hasn't done an open(2) yet, hp->tty is NULL. */
if (hp->tty && !(hp->tty->flags & CLOCAL))
if (hp->tty && !C_CLOCAL(hp->tty))
*to_hangup = hp->tty;
}
break;
Expand Down

0 comments on commit 420ee4f

Please sign in to comment.