Skip to content

Commit 173b238

Browse files
kuu-rtij-intel
authored andcommitted
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>
1 parent bd4f9f1 commit 173b238

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

drivers/platform/x86/dell/alienware-wmi-wmax.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,6 @@ static const struct dmi_system_id awcc_dmi_table[] __initconst = {
9797
},
9898
.driver_data = &generic_quirks,
9999
},
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-
},
108100
{
109101
.ident = "Alienware m15 R5",
110102
.matches = {

0 commit comments

Comments
 (0)