Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Daniil Bulgar and committed by
Ilpo Järvinen
a29b5cd4 3c34471c

-3
-3
drivers/platform/x86/lenovo/thinkpad_acpi.c
··· 9235 9235 { 9236 9236 int speed; 9237 9237 9238 - /* TODO: 9239 - * Support speed <low> <medium> <high> ? */ 9240 - 9241 9238 if (sscanf(cmd, "speed %d", &speed) != 1) 9242 9239 return 0; 9243 9240