1
0
Fork 0

[PATCH] mxser: session warning fix

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Andrew Morton 2006-12-08 02:38:12 -08:00 committed by Linus Torvalds
parent 037ad48bdb
commit 08a4ae44a7
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/*