]> www.infradead.org Git - nvme.git/commit
drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Thu, 28 Dec 2023 17:12:04 +0000 (22:42 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 5 Jan 2024 21:10:33 +0000 (16:10 -0500)
commit8e317a811f3d63760d737c4371783f2e98291d40
treec7055dde0bba228a0d3c9a5d50357a097213c0b7
parent151374fb6e17ce966e1db8e1e2b35ea517202779
drm/amdgpu: Remove unreachable code in 'atom_skip_src_int()'

Fixes the below:
drivers/gpu/drm/amd/amdgpu/atom.c:398 atom_skip_src_int() warn: ignoring unreachable code.

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/atom.c