]> git.ipfire.org Git - thirdparty/kernel/linux.git/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 16:58:01 +0000 (12:58 -0400)
commit40cdbe9fa424cc6264a7aed93a04bd7d69109d9e
tree984710bd2716136323542c79be536bea70ea2249
parent6560e6bd76127844e39f09fa591c2791dc7932e8
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>
(cherry picked from commit fa4f86a148271e325e95287630a3a15a9cd35fdc)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c