Re: [PATCH 2/2] leds: lm36274: Fix warning for undefined parameters

2020-09-24 Thread Pavel Machek
On Tue 2020-09-22 14:06:38, Dan Murphy wrote: > Fix warnings for undefined parameters when building with W=1. > It also adds of_match_table. I guess that's okay. I'll remove the fixes tags as I don't believe these need to go to stable. Best regards,

Re: [PATCH 2/2] leds: lm36274: Fix warning for undefined parameters

2020-09-23 Thread Marek BehĂșn
On Tue, 22 Sep 2020 14:06:38 -0500 Dan Murphy wrote: > Fix warnings for undefined parameters when building with W=1. > > Fixes: 11e1bbc116a75 ("leds: lm36274: Introduce the TI LM36274 LED driver") > Signed-off-by: Dan Murphy > --- > drivers/leds/leds-lm36274.c | 5 +++-- > 1 file changed, 3

[PATCH 2/2] leds: lm36274: Fix warning for undefined parameters

2020-09-22 Thread Dan Murphy
Fix warnings for undefined parameters when building with W=1. Fixes: 11e1bbc116a75 ("leds: lm36274: Introduce the TI LM36274 LED driver") Signed-off-by: Dan Murphy --- drivers/leds/leds-lm36274.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git