]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Remove redundant return value
authorLijo Lazar <lijo.lazar@amd.com>
Tue, 16 Sep 2025 05:50:42 +0000 (11:20 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:33 +0000 (14:14 -0400)
commit17f5bd95511f0ee1a10d2adf301602be1d0a8bf6
tree0dfc43e8209f7d9ddcedb980c60eb3599ae249e3
parent4944e470a22d467268ace0b2cc5ed90aeb334d13
drm/amdgpu: Remove redundant return value

gfx_v9_4_3_xcc_kcq_init_queue doesn't have a fail condition.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c