Skip to content

Commit 19aa984

Browse files
committed
leds: ip30: label power LED as such
Make label "white:power" to be consistent with dt-bindings/leds/common.h . Signed-off-by: Pavel Machek <[email protected]>
1 parent 2879927 commit 19aa984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/leds/leds-ip30.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ static int ip30led_create(struct platform_device *pdev, int num)
4444

4545
switch (num) {
4646
case IP30_LED_SYSTEM:
47-
data->cdev.name = "white:system";
47+
data->cdev.name = "white:power";
4848
break;
4949
case IP30_LED_FAULT:
5050
data->cdev.name = "red:fault";

0 commit comments

Comments
 (0)