diff options
Diffstat (limited to 'drivers/infiniband/core/cma.c')
-rw-r--r-- | drivers/infiniband/core/cma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c index bc31b54e9cac..db88e609bf42 100644 --- a/drivers/infiniband/core/cma.c +++ b/drivers/infiniband/core/cma.c | |||
@@ -2494,7 +2494,7 @@ static int cma_init(void) | |||
2494 | next_port = (next_port % (sysctl_local_port_range[1] - | 2494 | next_port = (next_port % (sysctl_local_port_range[1] - |
2495 | sysctl_local_port_range[0])) + | 2495 | sysctl_local_port_range[0])) + |
2496 | sysctl_local_port_range[0]; | 2496 | sysctl_local_port_range[0]; |
2497 | cma_wq = create_singlethread_workqueue("rdma_cm_wq"); | 2497 | cma_wq = create_singlethread_workqueue("rdma_cm"); |
2498 | if (!cma_wq) | 2498 | if (!cma_wq) |
2499 | return -ENOMEM; | 2499 | return -ENOMEM; |
2500 | 2500 | ||