Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315809
b: refs/heads/master
c: 9b70749
h: refs/heads/master
i:
  315807: 313cc32
v: v3
  • Loading branch information
Shuah Khan authored and David S. Miller committed Jul 23, 2012
1 parent 6f9353d commit 832291c
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: ec2deec1f3520c467e3fb64f11a5d1e9c073e376
refs/heads/master: 9b70749e64132e17ab02239b82fcb4a2c55554d1
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/sun/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3517,7 +3517,7 @@ static int niu_rbr_fill(struct niu *np, struct rx_ring_info *rp, gfp_t mask)
err = 0;
while (index < (rp->rbr_table_size - blocks_per_page)) {
err = niu_rbr_add_page(np, rp, mask, index);
if (err)
if (unlikely(err))
break;

index += blocks_per_page;
Expand Down

0 comments on commit 832291c

Please sign in to comment.