]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/sdma7.0: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:28:29 +0000 (18:28 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:58:09 +0000 (12:58 -0400)
commite80e28f398f5d9f6e361ffb56382d2e74fc87556
tree99a49a48f82c1ec54dffb4616ecc8778ccc96c02
parentec42c96c322e5cc48099ab5e67b5cbe236cb1949
drm/amdgpu/sdma7.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 9723a8bed3aa251a26bee4583bac9d8fb064dd44)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c