IPoIB: always set path->query to NULL when query finishes
[deliverable/linux.git] / drivers / infiniband / ulp / ipoib / ipoib_main.c
index cd58b3ddd9c4f91e893bf9a4984fc8900f7fab83..826d7a73ef8481c3834f69554cadf3d7ff3d26c3 100644 (file)
@@ -398,9 +398,9 @@ static void path_rec_completion(int status,
                        while ((skb = __skb_dequeue(&neigh->queue)))
                                __skb_queue_tail(&skqueue, skb);
                }
-       } else
-               path->query = NULL;
+       }
 
+       path->query = NULL;
        complete(&path->done);
 
        spin_unlock_irqrestore(&priv->lock, flags);
This page took 0.024506 seconds and 5 git commands to generate.