]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915: Fix an error handling path in igt_write_huge()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 17 Jul 2023 18:49:31 +0000 (20:49 +0200)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 25 Jul 2023 07:38:12 +0000 (08:38 +0100)
commite354f67733115b4453268f61e6e072e9b1ea7a2f
tree86bdea8bcc6f8078b7680719bcce7a7cd2f78f18
parent3844ed5e78823eebb5f0f1edefc403310693d402
drm/i915: Fix an error handling path in igt_write_huge()

All error handling paths go to 'out', except this one. Be consistent and
also branch to 'out' here.

Fixes: c10a652e239e ("drm/i915/selftests: Rework context handling in hugepages selftests")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/7a036b88671312ee9adc01c74ef5b3376f690b76.1689619758.git.christophe.jaillet@wanadoo.fr
(cherry picked from commit 361ecaadb1ce3c5312c7c4c419271326d43899eb)
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
drivers/gpu/drm/i915/gem/selftests/huge_pages.c