Re: [PATCH] drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()

2023-05-10 Thread Alex Deucher
Applied. Thanks! Alex On Tue, May 9, 2023 at 10:32 AM Dan Carpenter wrote: > > This function was releasing the incorrect lock on the error path. > > Reported-by: kernel test robot > Fixes: 9bfa241d1289 ("drm/amdgpu: add [en/dis]able_kgq() functions") > Signed-off-by: Dan Carpenter > --- >

[PATCH] drm/amdgpu: release correct lock in amdgpu_gfx_enable_kgq()

2023-05-09 Thread Dan Carpenter
This function was releasing the incorrect lock on the error path. Reported-by: kernel test robot Fixes: 9bfa241d1289 ("drm/amdgpu: add [en/dis]able_kgq() functions") Signed-off-by: Dan Carpenter --- The LKP robot sent me an email about this after I had already written the patch. (I review LKP