[PATCH 9/9] eeepc-laptop: store_cpufv: return error if set_acpi fails

2014-09-17 Thread Frans Klaver
The result of set_acpi is left unchecked, but it may return errors. If one occurs, send the error to the caller. There's no reason to lie about it, if set_acpi fails. Signed-off-by: Frans Klaver --- drivers/platform/x86/eeepc-laptop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

[PATCH 9/9] eeepc-laptop: store_cpufv: return error if set_acpi fails

2014-09-17 Thread Frans Klaver
The result of set_acpi is left unchecked, but it may return errors. If one occurs, send the error to the caller. There's no reason to lie about it, if set_acpi fails. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/platform/x86/eeepc-laptop.c | 4 +++- 1 file changed, 3