firmware-utils: bump to git HEAD
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0921-SQUASH-leds-actpwr-delete-unused-variable.patch
1 From 867a447dbe461b6cfdfae2fcd71c449dced9cd8a Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Mon, 20 Jul 2020 09:35:46 +0100
4 Subject: [PATCH] SQUASH: leds: actpwr - delete unused variable
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 drivers/leds/trigger/ledtrig-actpwr.c | 1 -
9 1 file changed, 1 deletion(-)
10
11 --- a/drivers/leds/trigger/ledtrig-actpwr.c
12 +++ b/drivers/leds/trigger/ledtrig-actpwr.c
13 @@ -94,7 +94,6 @@ static void actpwr_trig_cycle(struct tim
14 {
15 struct actpwr_trig_data *trig = &actpwr_data;
16 struct actpwr_vled *active;
17 - enum led_brightness value;
18
19 active = &trig->virt_leds[trig->next_active];
20 trig->active = active;