Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106914
b: refs/heads/master
c: 3684a60
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and Linus Torvalds committed Jul 28, 2008
1 parent 3bec079 commit 7e0e618
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: f934fb19ef34730263e6afc01e8ec27a8a71470f
refs/heads/master: 3684a601e4273692b6c80b86e55c728aef675660
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 7e0e618

Please sign in to comment.