Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263829
b: refs/heads/master
c: 7a5caab
h: refs/heads/master
i:
  263827: 0105a4a
v: v3
  • Loading branch information
Johan Hovold authored and Linus Torvalds committed Sep 15, 2011
1 parent e36ddaf commit 8be837b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ebe9dad947d3158676f5ae55fc8b4f05b85c527
refs/heads/master: 7a5caabd090b8f7d782c40fc1c048d798f2b6fd7
2 changes: 2 additions & 0 deletions trunk/drivers/leds/ledtrig-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ static ssize_t led_delay_on_store(struct device *dev,

if (count == size) {
led_blink_set(led_cdev, &state, &led_cdev->blink_delay_off);
led_cdev->blink_delay_on = state;
ret = count;
}

Expand Down Expand Up @@ -69,6 +70,7 @@ static ssize_t led_delay_off_store(struct device *dev,

if (count == size) {
led_blink_set(led_cdev, &led_cdev->blink_delay_on, &state);
led_cdev->blink_delay_off = state;
ret = count;
}

Expand Down

0 comments on commit 8be837b

Please sign in to comment.