diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_main.c b/drivers/infiniband/ulp/ipoib/ipoib_main.c index b1eeb5a427ca..0b2f601e8caf 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_main.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_main.c | |||
@@ -547,6 +547,7 @@ static int path_rec_start(struct net_device *dev, | |||
547 | if (path->query_id < 0) { | 547 | if (path->query_id < 0) { |
548 | ipoib_warn(priv, "ib_sa_path_rec_get failed: %d\n", path->query_id); | 548 | ipoib_warn(priv, "ib_sa_path_rec_get failed: %d\n", path->query_id); |
549 | path->query = NULL; | 549 | path->query = NULL; |
550 | complete(&path->done); | ||
550 | return path->query_id; | 551 | return path->query_id; |
551 | } | 552 | } |
552 | 553 | ||