提交 690f43ab 编写于 作者: B Ben Skeggs

drm/nouveau/core/memory: fix missing mutex unlock

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 6497c2ba
......@@ -64,6 +64,7 @@ nvkm_memory_tags_get(struct nvkm_memory *memory, struct nvkm_device *device,
}
refcount_inc(&tags->refcount);
mutex_unlock(&fb->subdev.mutex);
*ptags = tags;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册