[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1593531709-21749-1-git-send-email-sumeet.r.pawnikar@intel.com>
Date: Tue, 30 Jun 2020 21:11:49 +0530
From: Sumeet Pawnikar <sumeet.r.pawnikar@...el.com>
To: rafael.j.wysocki@...el.com, srinivas.pandruvada@...ux.intel.com,
andriy.shevchenko@...el.com, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: rui.zhang@...el.com, sumeet.r.pawnikar@...el.com
Subject: [PATCH] ACPI: fan: fix: Update Tiger Lake ACPI device ID
Tiger Lake's new unique ACPI device ID for Fan is not valid
because of missing 'C' in the ID. Fix this Fan ID by updating it.
Fixes: c248dfe7e0ca ("ACPI: fan: Add Tiger Lake ACPI device ID")
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@...el.com>
---
drivers/acpi/fan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/fan.c b/drivers/acpi/fan.c
index 873e039ad4b7..62873388b24f 100644
--- a/drivers/acpi/fan.c
+++ b/drivers/acpi/fan.c
@@ -25,8 +25,8 @@
static const struct acpi_device_id fan_device_ids[] = {
{"PNP0C0B", 0},
- {"INT1044", 0},
{"INT3404", 0},
+ {"INTC1044", 0},
{"", 0},
};
MODULE_DEVICE_TABLE(acpi, fan_device_ids);
--
1.7.9.5
Powered by blists - more mailing lists