platform/x86: asus-wmi: Refactor egpu_enable attribute
authorLuke D. Jones <luke@ljones.dev>
Fri, 12 Aug 2022 22:25:08 +0000 (10:25 +1200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 25 Aug 2022 14:23:53 +0000 (16:23 +0200)
commit36450e7db0fe55c338f32059382a2d8342cbc9a1
treea82cba5da9c04dfa01d282ceeabbc5e24e1146c0
parentcdf36fc865f0aff8de5a9afc3654f114c4d04cba
platform/x86: asus-wmi: Refactor egpu_enable attribute

The settings for these attributes can be read from the device, this
is now done instead of reading a stored value from module. The stored
value is also removed.

This means the simpler asus_wmi_dev_is_present() can be used in
*_check_present() - it is not an error for these methods to be
missing.

The _write() functions have their bodies shifted in to *_store()
which simplifies things further.

Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20220812222509.292692-6-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