Re: [PATCH] drm/selftests: missing error code in igt_buddy_alloc_smoke()

2022-03-07 Thread Dan Carpenter
On Mon, Mar 07, 2022 at 05:14:59PM +0100, Christian König wrote: > Pushed to drm-misc-next. Just one nit below. > > Am 07.03.22 um 15:54 schrieb Arunpravin: > > Reviewed-by:Arunpravin > > Some people are picky about using the full name here. > Signed-off-by is like signing a legal document to

Re: [PATCH] drm/selftests: missing error code in igt_buddy_alloc_smoke()

2022-03-07 Thread Christian König
Pushed to drm-misc-next. Just one nit below. Am 07.03.22 um 15:54 schrieb Arunpravin: Reviewed-by:Arunpravin Some people are picky about using the full name here. And you I think we should volunteer you for maintaining that stuff :) So you might want to get commit rights for drm-misc-next a

Re: [PATCH] drm/selftests: missing error code in igt_buddy_alloc_smoke()

2022-03-07 Thread Arunpravin
Reviewed-by:Arunpravin On 07/03/22 6:24 pm, Dan Carpenter wrote: > Set the error code to -ENOMEM if drm_random_order() fails. > > Fixes: e6ff5ef81170 ("drm/selftests: add drm buddy smoke testcase") > Signed-off-by: Dan Carpenter > --- > drivers/gpu/drm/selftests/test-drm_buddy.c | 4 +++- > 1

[PATCH] drm/selftests: missing error code in igt_buddy_alloc_smoke()

2022-03-07 Thread Dan Carpenter
Set the error code to -ENOMEM if drm_random_order() fails. Fixes: e6ff5ef81170 ("drm/selftests: add drm buddy smoke testcase") Signed-off-by: Dan Carpenter --- drivers/gpu/drm/selftests/test-drm_buddy.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/selfte