]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amdgpu: Fix unintended error log in VCN5_0_0
authorSathishkumar S <sathishkumar.sundararaju@amd.com>
Mon, 28 Jul 2025 12:57:06 +0000 (18:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Nov 2025 20:37:48 +0000 (15:37 -0500)
commit1b60457c2c5141c4fd5ce7a63842ea14748cf88a
tree938ede8132e4ed496ffa3726365d101f1557a4e1
parent039018bcb340b32a54ab8209d0ef6bbc0409d287
drm/amdgpu: Fix unintended error log in VCN5_0_0

commit 46b0e6b9d749cfa891e6969d6565be1131c53aa2 upstream.

The error log is supposed to be gaurded under if failure condition.

Fixes: faab5ea08367 ("drm/amdgpu: Check vcn sram load return value")
Signed-off-by: Sathishkumar S <sathishkumar.sundararaju@amd.com>
Reviewed-by: Leo Liu <leo.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/vcn_v5_0_0.c