Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179249
b: refs/heads/master
c: c8106d7
h: refs/heads/master
i:
  179247: 8c3773b
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jan 8, 2010
1 parent a6b8015 commit 67e7cb5
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: b49bb574e44226b332c28439999d196ddec2f643
refs/heads/master: c8106d7625a58ee4387cb2efe3e82320ad44b467
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ extern void iwl_txq_ctx_stop(struct iwl_priv *priv);
extern int iwl_queue_space(const struct iwl_queue *q);
static inline int iwl_queue_used(const struct iwl_queue *q, int i)
{
return q->write_ptr > q->read_ptr ?
return q->write_ptr >= q->read_ptr ?
(i >= q->read_ptr && i < q->write_ptr) :
!(i < q->read_ptr && i >= q->write_ptr);
}
Expand Down

0 comments on commit 67e7cb5

Please sign in to comment.