]> git.dujemihanovic.xyz Git - linux.git/commit
drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()
authorMaxime Ripard <mripard@kernel.org>
Fri, 28 Jul 2023 09:06:15 +0000 (11:06 +0200)
committerMaxime Ripard <mripard@kernel.org>
Mon, 31 Jul 2023 12:19:57 +0000 (14:19 +0200)
commit4c940139402747d953178d002296c85352b637b4
tree5bb3dabec5d46018eedc05875f452815dcf629f5
parent4f2b0b583baa4cbafe0b5269ca404e8279ef599e
drm/tests: client-modeset: Remove call to drm_kunit_helper_free_device()

Calling drm_kunit_helper_free_device() to clean up the resources
allocated by drm_kunit_helper_alloc_device() is now optional and not
needed in most cases.

Remove it.

Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: MaĆ­ra Canal <mairacanal@riseup.net>
Link: https://lore.kernel.org/r/20230728-kms-kunit-actions-rework-v3-2-952565ccccfe@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/tests/drm_client_modeset_test.c