]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: resource: Remove duplicate Asus E1504GAB IRQ override
authorHans de Goede <hdegoede@redhat.com>
Fri, 27 Sep 2024 14:16:03 +0000 (16:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:04:07 +0000 (12:04 +0200)
commitfc7dfb805200f06ab0a03e851e3be389134a114a
treeb7e73815301c1969ac5d8607ff9e77b73886b16e
parent2b48866beee727b5ccef2986873d76ccf16cb953
ACPI: resource: Remove duplicate Asus E1504GAB IRQ override

commit 65bdebf38e5fac7c56a9e05d3479a707e6dc783c upstream.

Commit d2aaf1996504 ("ACPI: resource: Add DMI quirks for ASUS Vivobook
E1504GA and E1504GAB") does exactly what the subject says, adding DMI
matches for both the E1504GA and E1504GAB.

But DMI_MATCH() does a substring match, so checking for E1504GA will also
match E1504GAB.

Drop the unnecessary E1504GAB entry since that is covered already by
the E1504GA entry.

Fixes: d2aaf1996504 ("ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB")
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20240927141606.66826-1-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/acpi/resource.c