]> Git Repo - linux.git/blobdiff - drivers/infiniband/ulp/ipoib/ipoib_main.c
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
[linux.git] / drivers / infiniband / ulp / ipoib / ipoib_main.c
index 45663f3117e54387dff6f297950a908e2fd84bae..983e52b871f3f35073416927e419e67cd81a547f 100644 (file)
@@ -770,7 +770,7 @@ static void path_rec_completion(int status,
                struct rdma_ah_attr av;
 
                if (!ib_init_ah_attr_from_path(priv->ca, priv->port,
-                                              pathrec, &av)) {
+                                              pathrec, &av, NULL)) {
                        ah = ipoib_create_ah(dev, priv->pd, &av);
                        rdma_destroy_ah_attr(&av);
                }
This page took 0.029885 seconds and 4 git commands to generate.