]> git.itanic.dy.fi Git - linux-stable/commit
nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 27 Nov 2023 12:56:33 +0000 (15:56 +0300)
committerDanilo Krummrich <dakr@redhat.com>
Wed, 29 Nov 2023 02:04:41 +0000 (03:04 +0100)
commit45b7955b774f82680db71f460fa01bfcdaaeb514
treeac7c709c5ed3f905ea8f7e574aac6d8b9decd2e0
parente9ba37d9f9a6872b069dd893bd86a7d77ba8c153
nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()

This unlock doesn't belong here and it leads to a double unlock in
the caller, r535_gsp_rpc_push().

Fixes: 176fdcbddfd2 ("drm/nouveau/gsp/r535: add support for booting GSP-RM")
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Timur Tabi <ttabi@nvidia.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/a0293812-c05d-45f0-a535-3f24fe582c02@moroto.mountain
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c