Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203415
b: refs/heads/master
c: a038716
h: refs/heads/master
i:
  203413: d1db23d
  203411: 563b7b4
  203407: d9375e5
v: v3
  • Loading branch information
David S. Miller committed Jul 8, 2010
1 parent dead29b commit 1139c62
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 05eda04ba0b56b1bff3e5c9dbf58213ffc2e2a0b
refs/heads/master: a038716957d3888a595014a660b1db1f28946f62
4 changes: 3 additions & 1 deletion trunk/drivers/net/niu.c
Original file line number Diff line number Diff line change
Expand Up @@ -3330,10 +3330,12 @@ static struct page *niu_find_rxpage(struct rx_ring_info *rp, u64 addr,
for (; (p = *pp) != NULL; pp = (struct page **) &p->mapping) {
if (p->index == addr) {
*link = pp;
break;
goto found;
}
}
BUG();

found:
return p;
}

Expand Down

0 comments on commit 1139c62

Please sign in to comment.