Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171190
b: refs/heads/master
c: 2d44f20
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Inaky Perez-Gonzalez committed Oct 19, 2009
1 parent 52207de commit 7bc4b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a6346fa583766a51b7723288fc5d73ee5ea93479
refs/heads/master: 2d44f204adf503eb1774f0ab7e404031168851ea
2 changes: 1 addition & 1 deletion trunk/drivers/net/wimax/i2400m/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ size_t __i2400m_tx_tail_room(struct i2400m *i2400m)
size_t tail_room;
size_t tx_in;

if (unlikely(i2400m->tx_in) == 0)
if (unlikely(i2400m->tx_in == 0))
return I2400M_TX_BUF_SIZE;
tx_in = i2400m->tx_in % I2400M_TX_BUF_SIZE;
tail_room = I2400M_TX_BUF_SIZE - tx_in;
Expand Down

0 comments on commit 7bc4b97

Please sign in to comment.