lkml.org 
[lkml]   [2020]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mfd: lm3533: expand control-bank accessors
On Tue, 30 Jun 2020, Johan Hovold wrote:

> Expand the control-bank accessors that were implemented using macros.
> This allows the definitions of these exported functions to be found more
> easily and specifically avoids a W=1 compiler warning due to the
> redundant brightness sanity check:
>
> drivers/mfd/lm3533-ctrlbank.c: In function 'lm3533_ctrlbank_set_brightness':
> drivers/mfd/lm3533-ctrlbank.c:98:10: warning: comparison is always false due to limited range of data type [-Wtype-limits]
> 98 | if (val > LM3533_##_NAME##_MAX) \
> | ^
> drivers/mfd/lm3533-ctrlbank.c:125:1: note: in expansion of macro 'lm3533_ctrlbank_set'
> 125 | lm3533_ctrlbank_set(brightness, BRIGHTNESS);
> | ^~~~~~~~~~~~~~~~~~~
>
> Signed-off-by: Johan Hovold <johan@kernel.org>
> ---
> drivers/mfd/lm3533-ctrlbank.c | 94 +++++++++++++++++++++--------------
> 1 file changed, 56 insertions(+), 38 deletions(-)

That'll work. Thanks Johan.

Applied, thanks.

--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

\
 
 \ /
  Last update: 2020-07-01 15:56    [W:0.047 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site