summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Bulgar <bulgardaniil18@gmail.com>2026-04-07 21:05:46 +0200
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2026-04-09 15:50:51 +0300
commita29b5cd42f5bc6ba1be6422f61f3f05bab707ce8 (patch)
tree6e75b05c6a5d94f271a084ac4ae8d407409e34a8
parent3c34471c26abc52a37f5ad90949e2e4b8027eb14 (diff)
platform/x86: thinkpad_acpi: remove obsolete TODO comment
This patch removes the obsolete TODO comment regarding fan speed presets in fan_write_cmd_speed. After discussion with the maintainers, it was decided that fixed presets (low/medium/high) are not suitable due to platform-specific variations. Signed-off-by: Daniil Bulgar <bulgardaniil18@gmail.com> Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Link: https://patch.msgid.link/20260407190546.109900-1-bulgardaniil18@gmail.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
-rw-r--r--drivers/platform/x86/lenovo/thinkpad_acpi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/platform/x86/lenovo/thinkpad_acpi.c b/drivers/platform/x86/lenovo/thinkpad_acpi.c
index 1a9effcae5cd..e1cee42a1683 100644
--- a/drivers/platform/x86/lenovo/thinkpad_acpi.c
+++ b/drivers/platform/x86/lenovo/thinkpad_acpi.c
@@ -9235,9 +9235,6 @@ static int fan_write_cmd_speed(const char *cmd, int *rc)
{
int speed;
- /* TODO:
- * Support speed <low> <medium> <high> ? */
-
if (sscanf(cmd, "speed %d", &speed) != 1)
return 0;