Skip to content

Commit

Permalink
[PATCH] mxser: session warning fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 8, 2006
1 parent 037ad48 commit 08a4ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 08a4ae4

Please sign in to comment.