Re: [PATCH 11/13] eeepc-laptop: propagate errors from get_cpufv

2014-09-15 Thread Darren Hart
On Sat, Sep 13, 2014 at 01:06:50AM +0200, Frans Klaver wrote: > In show_available_cpufv, show_cpufv, and store_cpufv, errors from > get_cpufv are mapped to -ENODEV. To paint a clear picture to callers, > propagate the errors instead. > Ooops, should have forwarded this one around instead. I

Re: [PATCH 11/13] eeepc-laptop: propagate errors from get_cpufv

2014-09-15 Thread Darren Hart
On Sat, Sep 13, 2014 at 01:06:50AM +0200, Frans Klaver wrote: In show_available_cpufv, show_cpufv, and store_cpufv, errors from get_cpufv are mapped to -ENODEV. To paint a clear picture to callers, propagate the errors instead. Ooops, should have forwarded this one around instead. I

[PATCH 11/13] eeepc-laptop: propagate errors from get_cpufv

2014-09-12 Thread Frans Klaver
In show_available_cpufv, show_cpufv, and store_cpufv, errors from get_cpufv are mapped to -ENODEV. To paint a clear picture to callers, propagate the errors instead. Signed-off-by: Frans Klaver --- drivers/platform/x86/eeepc-laptop.c | 16 ++-- 1 file changed, 10 insertions(+), 6

[PATCH 11/13] eeepc-laptop: propagate errors from get_cpufv

2014-09-12 Thread Frans Klaver
In show_available_cpufv, show_cpufv, and store_cpufv, errors from get_cpufv are mapped to -ENODEV. To paint a clear picture to callers, propagate the errors instead. Signed-off-by: Frans Klaver franskla...@gmail.com --- drivers/platform/x86/eeepc-laptop.c | 16 ++-- 1 file changed,