]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Avoid to release the FW twice in the validated error
authorPrike Liang <Prike.Liang@amd.com>
Mon, 2 Dec 2024 06:13:02 +0000 (14:13 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Dec 2024 15:26:50 +0000 (10:26 -0500)
commitd2382f29ce5467c4e5704eac1f55ad9d3f9ca970
treeb9fbce85f79be43970f0321c3066053700ef9a6f
parenta567db808ec9482d8b4ce5f9e5fcbc9e6c5a6da9
drm/amdgpu: Avoid to release the FW twice in the validated error

There will to release the FW twice when the FW validated error.
Even if the release_firmware() will further validate the FW whether
is empty, but that will be redundant and inefficient.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c