Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91936
b: refs/heads/master
c: 02651d2
h: refs/heads/master
v: v3
  • Loading branch information
Mark Asselstine authored and David S. Miller committed Apr 21, 2008
1 parent b17d0c8 commit cb38948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 92998dd4951a84cbde447eeac4af5770718864b8
refs/heads/master: 02651d20a3f90dab8920dad00dec8f62f2b6a7ea
3 changes: 0 additions & 3 deletions trunk/drivers/net/hamradio/dmascc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1083,15 +1083,12 @@ static void start_timer(struct scc_priv *priv, int t, int r15)
if (t == 0) {
tm_isr(priv);
} else if (t > 0) {
save_flags(flags);
cli();
outb(t & 0xFF, priv->tmr_cnt);
outb((t >> 8) & 0xFF, priv->tmr_cnt);
if (priv->type != TYPE_TWIN) {
write_scc(priv, R15, r15 | CTSIE);
priv->rr0 |= CTS;
}
restore_flags(flags);
}
}

Expand Down

0 comments on commit cb38948

Please sign in to comment.