Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344470
b: refs/heads/master
c: 5bbf150
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Bryan Wu committed Nov 26, 2012
1 parent 7f40bc1 commit 0d2cddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3651c4b904b005fcba757c529184e8c3c596cb05
refs/heads/master: 5bbf150cca196cb973e14d0a80508ba7f588dfd1
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lm355x.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static ssize_t lm3556_indicator_pattern_store(struct device *dev,
return ret;
}

static DEVICE_ATTR(pattern, 0666, NULL, lm3556_indicator_pattern_store);
static DEVICE_ATTR(pattern, S_IWUSR, NULL, lm3556_indicator_pattern_store);

static const struct regmap_config lm355x_regmap = {
.reg_bits = 8,
Expand Down

0 comments on commit 0d2cddb

Please sign in to comment.