Skip to content

Commit

Permalink
leds: ip30: label power LED as such
Browse files Browse the repository at this point in the history
Make label "white:power" to be consistent with dt-bindings/leds/common.h .

Signed-off-by: Pavel Machek <[email protected]>
  • Loading branch information
pavelmachek committed Apr 6, 2020
1 parent 2879927 commit 19aa984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/leds/leds-ip30.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static int ip30led_create(struct platform_device *pdev, int num)

switch (num) {
case IP30_LED_SYSTEM:
data->cdev.name = "white:system";
data->cdev.name = "white:power";
break;
case IP30_LED_FAULT:
data->cdev.name = "red:fault";
Expand Down

0 comments on commit 19aa984

Please sign in to comment.