lkml.org 
[lkml]   [2018]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] leds: max8997: use mode when calling max8997_led_set_mode
From
Date
Hi Colin,

Thank you for the patch.

On 07/02/2018 06:50 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Variable mode is assigned to pdata->led_pdata->mode[led->id] and yet
> is not being used when calling function max8997_led_set_mode. Fix
> this by using mode when calling max8997_led_set_mode.
>
> Cleans up clang warning:
> warning: variable 'mode' set but not used [-Wunused-but-set-variable]
>
> Fixes: 8584cb82f151 ("leds: Add suuport for MAX8997-LED driver")
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/leds/leds-max8997.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/leds/leds-max8997.c b/drivers/leds/leds-max8997.c
> index 4edf74f1d6d4..8c019c28f9f5 100644
> --- a/drivers/leds/leds-max8997.c
> +++ b/drivers/leds/leds-max8997.c
> @@ -268,7 +268,7 @@ static int max8997_led_probe(struct platform_device *pdev)
> mode = pdata->led_pdata->mode[led->id];
> brightness = pdata->led_pdata->brightness[led->id];
>
> - max8997_led_set_mode(led, pdata->led_pdata->mode[led->id]);
> + max8997_led_set_mode(led, mode);
>
> if (brightness > led->cdev.max_brightness)
> brightness = led->cdev.max_brightness;
>

Applied.

--
Best regards,
Jacek Anaszewski

\
 
 \ /
  Last update: 2018-07-02 22:25    [W:0.159 / U:0.404 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site