]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/userq: dont use goto to jump when at end of function
authorSunil Khatri <sunil.khatri@amd.com>
Tue, 24 Mar 2026 07:48:28 +0000 (13:18 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Mar 2026 17:32:37 +0000 (13:32 -0400)
commit473527e70e73b6f29b54242b8de0dcb459829856
treecb81517a8a2d82c3d056c7293c90442a69754ccf
parenta0f0b6d31a53a7607ed44f7623faafc628333258
drm/amdgpu/userq: dont use goto to jump when at end of function

In function amdgpu_userq_restore_worker we dont need to use
goto as we already in the end of function and it will exit
naturally.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c