drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:26:28 +0000 (18:26 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:58:03 +0000 (12:58 -0400)
commit9e98ed3113943257ad6e5c1e6beddbdb482a70ad
tree85b8088258d68e186cb4ffd49157b26c0ae74b56
parent40cdbe9fa424cc6264a7aed93a04bd7d69109d9e
drm/amdgpu/sdma5.0: 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 8d144a0eb09537055841af48c9e7c2d4cd48e84d)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c