Loading drivers/net/niu.c +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
drivers/net/niu.c +3 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading