Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344452
b: refs/heads/master
c: 14ce82e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Bryan Wu committed Nov 26, 2012
1 parent b352ca7 commit c728a93
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: eccb6638569ae80eb4cb198640baac229fde4ff0
refs/heads/master: 14ce82e536455ace3d6ca70f77bbc2c6b25b8268
2 changes: 1 addition & 1 deletion trunk/drivers/leds/leds-lm355x.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static ssize_t lm3556_indicator_pattern_store(struct device *dev,
return size;
out:
dev_err(chip->dev, "%s:i2c access fail to register\n", __func__);
return size;
return ret;
}

static DEVICE_ATTR(pattern, 0666, NULL, lm3556_indicator_pattern_store);
Expand Down

0 comments on commit c728a93

Please sign in to comment.