Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184451
b: refs/heads/master
c: 088ea18
h: refs/heads/master
i:
  184449: 03f117e
  184447: 74163b7
v: v3
  • Loading branch information
Darren Jenkins authored and John W. Linville committed Feb 19, 2010
1 parent 95b9fef commit e743d6b
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: fbc87d67af5ccd733f894273b215564c67e3a749
refs/heads/master: 088ea189c4c75cdf211146faa4b341a0f7476be6
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/p54/txrx.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static int p54_tx_qos_accounting_alloc(struct p54_common *priv,
struct p54_tx_queue_stats *queue;
unsigned long flags;

if (WARN_ON(p54_queue > P54_QUEUE_NUM))
if (WARN_ON(p54_queue >= P54_QUEUE_NUM))
return -EINVAL;

queue = &priv->tx_stats[p54_queue];
Expand Down

0 comments on commit e743d6b

Please sign in to comment.