Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113407
b: refs/heads/master
c: 9ae7b08
h: refs/heads/master
i:
  113405: e474fb9
  113403: 4f080c8
  113399: 84e2dfc
  113391: e7dbc3a
  113375: e6b9f64
  113343: 3ca5859
  113279: ca08df1
  113151: 604db9c
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Oct 13, 2008
1 parent 0f8de1f commit 305f80c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: 02f11f392434656f00fdcc8c51348d52bd39afe8
refs/heads/master: 9ae7b08ad5c91baf9c223844bfd41ca9bc54917b
5 changes: 1 addition & 4 deletions trunk/drivers/char/epca.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,6 +1376,7 @@ static void post_fep_init(unsigned int crd)
unsigned long flags;
u16 tseg, rseg;

tty_port_init(&ch->port);
ch->brdchan = bc;
ch->mailbox = gd;
INIT_WORK(&ch->tqueue, do_softint);
Expand Down Expand Up @@ -1510,10 +1511,6 @@ static void post_fep_init(unsigned int crd)
ch->fepstopca = 0;

ch->close_delay = 50;
ch->port.count = 0;
ch->port.blocked_open = 0;
init_waitqueue_head(&ch->port.open_wait);
init_waitqueue_head(&ch->port.close_wait);

spin_unlock_irqrestore(&epca_lock, flags);
}
Expand Down

0 comments on commit 305f80c

Please sign in to comment.