Re: [PATCH 0/2] platform/x86: asus-wmi: Clean up asus_wmi_set_devstate()
From: Ethan Tidmore
Date: Thu Mar 26 2026 - 19:19:55 EST
On Thu Mar 26, 2026 at 6:11 PM CDT, Ethan Tidmore wrote:
> Remove redundant control flow in asus_wmi_set_devstate() and refactor
> control flow to improve readability.
>
> Ethan Tidmore (2):
> platform/x86: asus-wmi: Remove redundant condition
> platform/x86: asus-wmi: Refactor control flow
>
> drivers/platform/x86/asus-wmi.c | 22 +++++++---------------
> 1 file changed, 7 insertions(+), 15 deletions(-)
I meant to say update_screenpad_bl_status() instead of
asus_wmi_set_devstate().
Thanks,
ET