diff options
Diffstat (limited to 'drivers/char/mxser.c')
-rw-r--r-- | drivers/char/mxser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/mxser.c b/drivers/char/mxser.c index 5ed2486b7581..b1cc89c89820 100644 --- a/drivers/char/mxser.c +++ b/drivers/char/mxser.c | |||
@@ -994,7 +994,7 @@ static int mxser_open(struct tty_struct *tty, struct file *filp) | |||
994 | mxser_change_speed(info, NULL); | 994 | mxser_change_speed(info, NULL); |
995 | } | 995 | } |
996 | 996 | ||
997 | info->session = current->signal->session; | 997 | info->session = process_session(current); |
998 | info->pgrp = process_group(current); | 998 | info->pgrp = process_group(current); |
999 | 999 | ||
1000 | /* | 1000 | /* |