diff options
Diffstat (limited to 'drivers/misc/cxl/api.c')
-rw-r--r-- | drivers/misc/cxl/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/api.c b/drivers/misc/cxl/api.c index a6543aefa299..ea3eeb7011e1 100644 --- a/drivers/misc/cxl/api.c +++ b/drivers/misc/cxl/api.c | |||
@@ -172,7 +172,7 @@ int cxl_start_context(struct cxl_context *ctx, u64 wed, | |||
172 | 172 | ||
173 | if (task) { | 173 | if (task) { |
174 | ctx->pid = get_task_pid(task, PIDTYPE_PID); | 174 | ctx->pid = get_task_pid(task, PIDTYPE_PID); |
175 | get_pid(ctx->pid); | 175 | ctx->glpid = get_task_pid(task->group_leader, PIDTYPE_PID); |
176 | kernel = false; | 176 | kernel = false; |
177 | } | 177 | } |
178 | 178 | ||