platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32
authorLuke D. Jones <luke@ljones.dev>
Sun, 28 Aug 2022 07:46:38 +0000 (19:46 +1200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 1 Sep 2022 14:58:51 +0000 (16:58 +0200)
commita2bdf10ce96efbccabdad7216db5587c1213996c
tree5099d6e4c6772412b84d589b97c475e0dc9a51f2
parent6dd9eb95cb6d895be2827b40fd965d9ec2a0747b
platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32

Fix for TUF laptops returning with an -ENOSPC on calling
asus_wmi_evaluate_method_buf() when fetching default curves. The TUF method
requires at least 32 bytes space.

This also moves and changes the pr_debug() in fan_curve_check_present() to
pr_warn() in fan_curve_get_factory_default() so that there is at least some
indication in logs of why it fails.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20220828074638.5473-1-luke@ljones.dev
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/asus-wmi.c