Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 690f43ab authored by Ben Skeggs's avatar Ben Skeggs
Browse files

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



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 6497c2ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
	}