]> git.hungrycats.org Git - linux/commit
drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:27:54 +0000 (18:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 15:12:52 +0000 (11:12 -0400)
commitc17a508a7d652da3728f8bbc481bfffe96d65a87
treeef3537db467c39a508a35e3ea80a7e2d2500ac09
parentae658afc7f47f6147371ec42cc6b1a793dfdb5af
drm/amdgpu/sdma6.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>
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c