summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2017-11-03 08:37:27 +1000
committerBen Skeggs <bskeggs@redhat.com>2017-11-03 09:12:10 +1000
commit690f43ab1b659a7e072a2a0b33ff5783828c168b (patch)
tree51fe22c6070c9f700ffe94d472796111a65e8483 /drivers/gpu/drm/nouveau
parent6497c2baf2c66938bfff51af9806d495bbb506f9 (diff)
drm/nouveau/core/memory: fix missing mutex unlock
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/core/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/core/memory.c b/drivers/gpu/drm/nouveau/nvkm/core/memory.c
index 29f4b4070b55..e85a08ecd9da 100644
--- a/drivers/gpu/drm/nouveau/nvkm/core/memory.c
+++ b/drivers/gpu/drm/nouveau/nvkm/core/memory.c
@@ -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;
}