summaryrefslogtreecommitdiff
path: root/drivers/greybus/operation.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/greybus/operation.c')
-rw-r--r--drivers/greybus/operation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/greybus/operation.c b/drivers/greybus/operation.c
index 54ccc434a1f7..7e12ffb2dd60 100644
--- a/drivers/greybus/operation.c
+++ b/drivers/greybus/operation.c
@@ -1238,7 +1238,7 @@ int __init gb_operation_init(void)
goto err_destroy_message_cache;
gb_operation_completion_wq = alloc_workqueue("greybus_completion",
- 0, 0);
+ WQ_PERCPU, 0);
if (!gb_operation_completion_wq)
goto err_destroy_operation_cache;