Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175310
b: refs/heads/master
c: a53568a
h: refs/heads/master
v: v3
  • Loading branch information
Breno Leitão authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent d590458 commit 992287f
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: 354aaf964ed1ae45c175aa496526bae4662c4452
refs/heads/master: a53568a22adf6881183096d0863b0ff301173cbd
1 change: 0 additions & 1 deletion trunk/drivers/serial/jsm/jsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ struct jsm_channel {
u8 ch_startc; /* Start character */

u32 ch_old_baud; /* Cache of the current baud */
u32 ch_custom_speed;/* Custom baud, if set */

u32 ch_wopen; /* Waiting for open process cnt */

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/serial/jsm/jsm_neo.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,10 +957,6 @@ static void neo_param(struct jsm_channel *ch)
ch->ch_old_baud = 0;
return;

} else if (ch->ch_custom_speed) {
baud = ch->ch_custom_speed;
if (ch->ch_flags & CH_BAUD0)
ch->ch_flags &= ~(CH_BAUD0);
} else {
int i;
unsigned int cflag;
Expand Down

0 comments on commit 992287f

Please sign in to comment.