IB: Remove redundant "_wq" from workqueue names
[pandora-kernel.git] / drivers / infiniband / core / cma.c
index bc31b54..db88e60 100644 (file)
@@ -2494,7 +2494,7 @@ static int cma_init(void)
        next_port = (next_port % (sysctl_local_port_range[1] -
                                  sysctl_local_port_range[0])) +
                    sysctl_local_port_range[0];
-       cma_wq = create_singlethread_workqueue("rdma_cm_wq");
+       cma_wq = create_singlethread_workqueue("rdma_cm");
        if (!cma_wq)
                return -ENOMEM;