Re: [PATCH v2 2/2] platform/x86: fujitsu-laptop: simplify logolamp_get()

2017-01-09 Thread Jonathan Woithe
On Mon, Jan 09, 2017 at 02:14:17PM +0100, Micha?? K??pie?? wrote: > Now that call_fext_func() is invoked by logolamp_set() for both > LOGOLAMP_POWERON and LOGOLAMP_ALWAYS for every brightness value, > logolamp_get() can be simplified to decrease indentation and number of > local variables. > > Sig

[PATCH v2 2/2] platform/x86: fujitsu-laptop: simplify logolamp_get()

2017-01-09 Thread Michał Kępień
Now that call_fext_func() is invoked by logolamp_set() for both LOGOLAMP_POWERON and LOGOLAMP_ALWAYS for every brightness value, logolamp_get() can be simplified to decrease indentation and number of local variables. Signed-off-by: Michał Kępień --- Changes from v1: - This patch was not presen