Unverified Commit f793f80b authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!14417 v2 drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()

parents d258a272 1ce2b4ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -443,6 +443,7 @@ gf100_gr_chan_new(struct nvkm_gr *base, struct nvkm_chan *fifoch,
		ret = gf100_grctx_generate(gr, chan, fifoch->inst);
		if (ret) {
			nvkm_error(&base->engine.subdev, "failed to construct context\n");
			mutex_unlock(&gr->fecs.mutex);
			return ret;
		}
	}