diff mbox series

[3/9,U/OEM-5.10] Revert "UBUNTU: SAUCE: e1000e: Add more Dell CML systems into s0ix heuristics"

Message ID 20210111080132.622317-4-aaron.ma@canonical.com
State New
Headers show
Series re-enable s0ix of e1000e | expand

Commit Message

Aaron Ma Jan. 11, 2021, 8:01 a.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1910541

This reverts commit 366c6a19f2b3d5327c2e332da4bc0e7d36cf3ab0.

Formally enable s0ix for all platform, then we can remove quirks that
enable s0ix on the specific platform.

Signed-off-by: Aaron Ma <aaron.ma@canonical.com>
---
 drivers/net/ethernet/intel/e1000e/param.c | 21 ---------------------
 1 file changed, 21 deletions(-)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/intel/e1000e/param.c b/drivers/net/ethernet/intel/e1000e/param.c
index fe3157c8aa4a..58e6718c4f75 100644
--- a/drivers/net/ethernet/intel/e1000e/param.c
+++ b/drivers/net/ethernet/intel/e1000e/param.c
@@ -273,27 +273,6 @@  static const struct dmi_system_id s0ix_supported_systems[] = {
 			DMI_MATCH(DMI_PRODUCT_SKU, "09C4"),
 		},
 	},
-	{
-		/* Dell Notebook 0x0A40 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A40"),
-		},
-	},
-	{
-		/* Dell Notebook 0x0A41 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A41"),
-		},
-	},
-	{
-		/* Dell Notebook 0x0A42 */
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-			DMI_MATCH(DMI_PRODUCT_SKU, "0A42"),
-		},
-	},
 	{ }
 };