Re: [PATCH 03/11] drm/tests: modes: Remove call to drm_kunit_helper_free_device()

2023-07-19 Thread Javier Martinez Canillas
Maxime Ripard writes: > 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. > > Signed-off-by: Maxime Ripard > --- Reviewed-by: Javier Martinez Canillas -- Best regards,

[PATCH 03/11] drm/tests: modes: Remove call to drm_kunit_helper_free_device()

2023-07-10 Thread Maxime Ripard
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. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/tests/drm_modes_test.c | 8 1 file changed, 8 deletions(-) diff --git