|
@@ -1014,9 +1014,6 @@ static int rp_open(struct tty_struct *tty, struct file *filp)
|
|
/*
|
|
/*
|
|
* Info->count is now 1; so it's safe to sleep now.
|
|
* Info->count is now 1; so it's safe to sleep now.
|
|
*/
|
|
*/
|
|
- info->session = process_session(current);
|
|
|
|
- info->pgrp = process_group(current);
|
|
|
|
-
|
|
|
|
if ((info->flags & ROCKET_INITIALIZED) == 0) {
|
|
if ((info->flags & ROCKET_INITIALIZED) == 0) {
|
|
cp = &info->channel;
|
|
cp = &info->channel;
|
|
sSetRxTrigger(cp, TRIG_1);
|
|
sSetRxTrigger(cp, TRIG_1);
|