]> git.hungrycats.org Git - linux/commit
drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:44:11 +0000 (18:44 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 15:12:45 +0000 (11:12 -0400)
commitfa4f86a148271e325e95287630a3a15a9cd35fdc
tree3ca4640122641e11f0e304eb01a80261ade328a6
parente4d99e04b2e9b13b97d3b17804c735f62689db23
drm/amdgpu/sdma4.4.2: 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_v4_4_2.c