page_pool: mask the page->signature before the checking
[linux-2.6-microblaze.git] / net / core / neighbour.c
index bf77457..53e85c7 100644 (file)
@@ -3142,7 +3142,7 @@ static struct pneigh_entry *pneigh_get_first(struct seq_file *seq)
        struct net *net = seq_file_net(seq);
        struct neigh_table *tbl = state->tbl;
        struct pneigh_entry *pn = NULL;
-       int bucket = state->bucket;
+       int bucket;
 
        state->flags |= NEIGH_SEQ_IS_PNEIGH;
        for (bucket = 0; bucket <= PNEIGH_HASHMASK; bucket++) {