Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47619
b: refs/heads/master
c: 8cddd70
h: refs/heads/master
i:
  47617: d3e8f56
  47615: a8b5a4b
v: v3
  • Loading branch information
Cedric Le Goater authored and Linus Torvalds committed Feb 11, 2007
1 parent 651b7a8 commit e444084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 87d156bfd50ac6e66db981989948b7311a25b6ae
refs/heads/master: 8cddd7076ab440906dcf2831e37a147484af80fc
7 changes: 1 addition & 6 deletions trunk/drivers/char/mxser.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ struct mxser_struct {
unsigned long event;
int count; /* # of fd on device */
int blocked_open; /* # of blocked opens */
long session; /* Session of opening process */
long pgrp; /* pgrp of opening process */
unsigned char *xmit_buf;
int xmit_head;
int xmit_tail;
Expand Down Expand Up @@ -1001,15 +999,12 @@ static int mxser_open(struct tty_struct *tty, struct file *filp)
mxser_change_speed(info, NULL);
}

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

/*
status = mxser_get_msr(info->base, 0, info->port);
mxser_check_modem_status(info, status);
*/

/* unmark here for very high baud rate (ex. 921600 bps) used */
/* unmark here for very high baud rate (ex. 921600 bps) used */
tty->low_latency = 1;
return 0;
}
Expand Down

0 comments on commit e444084

Please sign in to comment.