Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

platform/x86: alienware-wmi-wmax: Drop redundant DMI entries

The awcc_dmi_table[] uses DMI_MATCH() that supports partial matches. As
there is already "Alienware Area-51m" entry, "Alienware Area-51m R2" entry
is redundant.

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Link: https://patch.msgid.link/20251103-family-supp-v1-2-a241075d1787@gmail.com
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>

authored by

Kurt Borja and committed by
Ilpo Järvinen
173b2380 bd4f9f11

-8
-8
drivers/platform/x86/dell/alienware-wmi-wmax.c
··· 98 98 .driver_data = &generic_quirks, 99 99 }, 100 100 { 101 - .ident = "Alienware Area-51m R2", 102 - .matches = { 103 - DMI_MATCH(DMI_SYS_VENDOR, "Alienware"), 104 - DMI_MATCH(DMI_PRODUCT_NAME, "Alienware Area-51m R2"), 105 - }, 106 - .driver_data = &generic_quirks, 107 - }, 108 - { 109 101 .ident = "Alienware m15 R5", 110 102 .matches = { 111 103 DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),