]> git.hungrycats.org Git - linux/commit
drm/amdgpu/sdma7.1: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:29:00 +0000 (18:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 15:12:56 +0000 (11:12 -0400)
commitc4f230b51cf2d3e7e8b1c800331f3dbed2a9e3f5
tree7457c146f9bb0df2d904341fc74e5898a5f9a876
parent9723a8bed3aa251a26bee4583bac9d8fb064dd44
drm/amdgpu/sdma7.1: 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_v7_1.c