Re: [PATCH v2] drm/tests/buddy: fix build with unused prng

2025-01-15 Thread Paneer Selvam, Arunpravin
Thank you, I was going to send this patch out. Reviewed-by: Arunpravin Paneer Selvam @Jani, Thomas - Are you planning to merge this patch into drm-misc-next and try re-building drm-tip? Regards, Arun. On 1/15/2025 6:19 PM, Matthew Auld wrote: We no longer use the prng, which leads to the

[PATCH v2] drm/tests/buddy: fix build with unused prng

2025-01-15 Thread Matthew Auld
We no longer use the prng, which leads to the following warning: drivers/gpu/drm/tests/drm_buddy_test.c: In function ‘drm_test_buddy_alloc_clear’: drivers/gpu/drm/tests/drm_buddy_test.c:264:23: error: unused variable ‘prng’ [-Werror=unused-variable] 264 | DRM_RND_STATE(prng, random_seed)