]> git.hungrycats.org Git - linux/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 15:12:54 +0000 (11:12 -0400)
commit9723a8bed3aa251a26bee4583bac9d8fb064dd44
tree4c714805d6e0814ee3f114905c72f681090b1b8a
parentc17a508a7d652da3728f8bbc481bfffe96d65a87
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>
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c