Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117743
b: refs/heads/master
c: 6af4f55
h: refs/heads/master
i:
  117741: dece921
  117739: 719f7d2
  117735: 636ca79
  117727: a45c45c
v: v3
  • Loading branch information
Sven Wegener authored and Richard Purdie committed Oct 20, 2008
1 parent 86f5b35 commit b90ffaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 326bb8a5a12c6298a6bf6c74af490b1858b2f12c
refs/heads/master: 6af4f55c31764c2d97ddf59ae2149cd1769e2e25
5 changes: 3 additions & 2 deletions trunk/drivers/leds/leds-wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ static void wrap_extra_led_set(struct led_classdev *led_cdev,
}

static struct led_classdev wrap_power_led = {
.name = "wrap::power",
.brightness_set = wrap_power_led_set,
.name = "wrap::power",
.brightness_set = wrap_power_led_set,
.default_trigger = "default-on",
};

static struct led_classdev wrap_error_led = {
Expand Down

0 comments on commit b90ffaa

Please sign in to comment.