RDMA: iWARP Core Changes.
[safe/jmp/linux-2.6] / drivers / infiniband / core / sa_query.c
index df762ba..ca8760a 100644 (file)
@@ -919,7 +919,10 @@ static void ib_sa_add_one(struct ib_device *device)
        struct ib_sa_device *sa_dev;
        int s, e, i;
 
-       if (device->node_type == IB_NODE_SWITCH)
+       if (rdma_node_get_transport(device->node_type) != RDMA_TRANSPORT_IB)
+               return;
+
+       if (device->node_type == RDMA_NODE_IB_SWITCH)
                s = e = 0;
        else {
                s = 1;