Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106922
b: refs/heads/master
c: 63add2f
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 28, 2008
1 parent aefc3df commit 3b4c058
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: 9e3ee1c39c0cc71222f9980ccbf87fe072897eef
refs/heads/master: 63add2f2072e69c1eb7a5f6ca8f415122da889b9
2 changes: 1 addition & 1 deletion trunk/drivers/char/pcmcia/ipwireless/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
list_del(&packet->queue);
} else {
const int min_capacity =
ipwireless_ppp_mru(hw->network + 2);
ipwireless_ppp_mru(hw->network) + 2;
int new_capacity;

spin_unlock_irqrestore(&hw->lock, flags);
Expand Down

0 comments on commit 3b4c058

Please sign in to comment.