]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:27:15 +0000 (18:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:58:05 +0000 (12:58 -0400)
commitb9dd618a635d39fbb211454b6e8837b2a7f10fb0
tree64bc0189ef23ab4f2217362c88a345d3222cf8e6
parent9e98ed3113943257ad6e5c1e6beddbdb482a70ad
drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()

There's no need to crash the kernel for these cases.

Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit ae658afc7f47f6147371ec42cc6b1a793dfdb5af)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c