Skip to content

Commit a29b5cd

Browse files
MEROWNij-intel
authored andcommitted
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>
1 parent 3c34471 commit a29b5cd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/platform/x86/lenovo/thinkpad_acpi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9235,9 +9235,6 @@ static int fan_write_cmd_speed(const char *cmd, int *rc)
92359235
{
92369236
int speed;
92379237

9238-
/* TODO:
9239-
* Support speed <low> <medium> <high> ? */
9240-
92419238
if (sscanf(cmd, "speed %d", &speed) != 1)
92429239
return 0;
92439240

0 commit comments

Comments
 (0)