Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43649
b: refs/heads/master
c: 08a4ae4
h: refs/heads/master
i:
  43647: f6df9bc
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 8, 2006
1 parent a671890 commit 18a2f21
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: 037ad48bdb5bb009cbc49b1ad49ed78877df2d57
refs/heads/master: 08a4ae44a7f5a0106c38de95adfd31b2a654b109
2 changes: 1 addition & 1 deletion trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ static int mxser_open(struct tty_struct *tty, struct file *filp)
mxser_change_speed(info, NULL);
}

info->session = current->signal->session;
info->session = process_session(current);
info->pgrp = process_group(current);

/*
Expand Down

0 comments on commit 18a2f21

Please sign in to comment.