Commit 8dfe58b2 authored by Oded Gabbay's avatar Oded Gabbay

drm/amdkfd: Fix sparse warning (different address space)

Signed-off-by: default avatarOded Gabbay <oded.gabbay@amd.com>
parent 6ee0ad2a
......@@ -280,7 +280,7 @@ static int create_compute_queue_nocpsch(struct device_queue_manager *dqm,
q->queue);
retval = mqd->load_mqd(mqd, q->mqd, q->pipe,
q->queue, q->properties.write_ptr);
q->queue, (uint32_t __user *) q->properties.write_ptr);
if (retval != 0) {
deallocate_hqd(dqm, q);
mqd->uninit_mqd(mqd, q->mqd, q->mqd_mem_obj);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment