[D/E/Unstable] [PATCH 3/5] Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk"
Kai-Heng Feng
kai.heng.feng at canonical.com
Tue Aug 13 18:56:52 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1840075
This reverts commit fdfff857ee0613c3a6fae86bf634fbabf0cfea1a.
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
drivers/i2c/busses/i2c-designware-master.c | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/drivers/i2c/busses/i2c-designware-master.c b/drivers/i2c/busses/i2c-designware-master.c
index 199412c9ac4b..2b0f47b20b63 100644
--- a/drivers/i2c/busses/i2c-designware-master.c
+++ b/drivers/i2c/busses/i2c-designware-master.c
@@ -39,13 +39,6 @@ static const struct dmi_system_id i2c_dw_no_runtime_pm[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 5391"),
},
},
- {
- .ident = "Dell Inspiron 7590",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7590"),
- },
- },
{
.ident = "Dell Vostro 5390",
.matches = {
@@ -60,13 +53,6 @@ static const struct dmi_system_id i2c_dw_no_runtime_pm[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 5391"),
},
},
- {
- .ident = "Dell Vostro 7590",
- .matches = {
- DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
- DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 7590"),
- },
- },
{ }
};
--
2.17.1
More information about the kernel-team
mailing list