]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ACPI: x86: s2idle: Remove dead code in lps0_device_attach()
authorGergo Koteles <soyer@irl.hu>
Fri, 9 Jan 2026 00:16:19 +0000 (01:16 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Jan 2026 20:46:08 +0000 (21:46 +0100)
The rev_id is always 0 for AMD since commit
e32d546483a2 ("ACPI: x86: Drop quirk for HP Elitebook"),
so this condition will never be true.

Remove the dead code.

Signed-off-by: Gergo Koteles <soyer@irl.hu>
Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
Link: https://patch.msgid.link/20260109001619.37532-1-soyer@irl.hu
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/s2idle.c

index cc3c83e4cc23b9f65f6ea1926903484fc402cf1c..f97a4dff336e6bb6459c4b1039c0634d45d9e2fd 100644 (file)
@@ -463,9 +463,6 @@ static int lps0_device_attach(struct acpi_device *adev,
                        lps0_dsm_func_mask = (lps0_dsm_func_mask << 1) | 0x1;
                        acpi_handle_debug(adev->handle, "_DSM UUID %s: Adjusted function mask: 0x%x\n",
                                          ACPI_LPS0_DSM_UUID_AMD, lps0_dsm_func_mask);
-               } else if (lps0_dsm_func_mask_microsoft > 0 && rev_id) {
-                       lps0_dsm_func_mask_microsoft = -EINVAL;
-                       acpi_handle_debug(adev->handle, "_DSM Using AMD method\n");
                }
        } else {
                rev_id = 1;