Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157115
b: refs/heads/master
c: cc674c8
h: refs/heads/master
i:
  157113: 4bed11f
  157111: 2d46bae
v: v3
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Linus Torvalds committed Aug 27, 2009
1 parent 9ce2ec6 commit 4d19cdf
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 48cccd26f36511ddb6aeca07485ecf2829683907
refs/heads/master: cc674c81f01a6151ca00c617e5efa0812ee5fdbe
3 changes: 3 additions & 0 deletions trunk/drivers/leds/ledtrig-gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ static ssize_t gpio_trig_inverted_store(struct device *dev,

gpio_data->inverted = !!inverted;

/* After inverting, we need to update the LED. */
schedule_work(&gpio_data->work);

return n;
}
static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
Expand Down

0 comments on commit 4d19cdf

Please sign in to comment.