From 0077ab560d5ea076505900b351b085289d6b185d Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 23 Feb 2023 09:01:16 -0500 Subject: [PATCH] linux: fix error no return statement --- ...dgpu_silent-accept-firmware_blobless_activation.patch | 9 --------- 1 file changed, 9 deletions(-) diff --git a/helpers/DATA/linux/amdgpu_silent-accept-firmware_blobless_activation.patch b/helpers/DATA/linux/amdgpu_silent-accept-firmware_blobless_activation.patch index 7a3d9c0b..47e44c03 100644 --- a/helpers/DATA/linux/amdgpu_silent-accept-firmware_blobless_activation.patch +++ b/helpers/DATA/linux/amdgpu_silent-accept-firmware_blobless_activation.patch @@ -186,15 +186,6 @@ diff -ru a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/g release_firmware(adev->gfx.pfp_fw); adev->gfx.pfp_fw = NULL; release_firmware(adev->gfx.me_fw); -@@ -4510,8 +4509,6 @@ - r = gfx_v10_0_init_microcode(adev); - if (r) - DRM_ERROR("Failed to load gfx firmware!\n"); -- -- return r; - } - - static int gfx_v10_0_mec_init(struct amdgpu_device *adev) diff -ru a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c --- a/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 2021-10-31 16:53:10.000000000 -0400 +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 2023-02-22 12:39:10.087598287 -0500 -- GitLab