IB/core: Add netdev and gid attributes paramteres to cache
[deliverable/linux.git] / drivers / infiniband / ulp / ipoib / ipoib_main.c
index babba05d7a0eb707f472d7de3cb06843a0844eff..cbb6721d0a6526252a29494798f66f8b361c7fbe 100644 (file)
@@ -1860,7 +1860,7 @@ static struct net_device *ipoib_add_port(const char *format,
        priv->dev->broadcast[8] = priv->pkey >> 8;
        priv->dev->broadcast[9] = priv->pkey & 0xff;
 
-       result = ib_query_gid(hca, port, 0, &priv->local_gid);
+       result = ib_query_gid(hca, port, 0, &priv->local_gid, NULL);
        if (result) {
                printk(KERN_WARNING "%s: ib_query_gid port %d failed (ret = %d)\n",
                       hca->name, port, result);
This page took 0.024388 seconds and 5 git commands to generate.