Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55921
b: refs/heads/master
c: 93ba088
h: refs/heads/master
i:
  55919: 6c8a026
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Linus Torvalds committed May 11, 2007
1 parent c19125a commit 284bb35
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 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: 0800d30832ddecf2d9dc40068fed9df95930a8f1
refs/heads/master: 93ba0881176ace057bc3111c8bdd717a23cb75ed
3 changes: 0 additions & 3 deletions trunk/drivers/char/rocket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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->session = process_session(current);
info->pgrp = process_group(current);

if ((info->flags & ROCKET_INITIALIZED) == 0) {
cp = &info->channel;
sSetRxTrigger(cp, TRIG_1);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/char/rocket_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -1158,8 +1158,6 @@ struct r_port {
int xmit_head;
int xmit_tail;
int xmit_cnt;
int session;
int pgrp;
int cd_status;
int ignore_status_mask;
int read_status_mask;
Expand Down

0 comments on commit 284bb35

Please sign in to comment.