Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373591
b: refs/heads/master
c: 7fa2531
h: refs/heads/master
i:
  373589: c2478c9
  373587: 4a7e0ad
  373583: 37b8899
v: v3
  • Loading branch information
Axel Lin authored and Thierry Reding committed Apr 2, 2013
1 parent 0a3c95f commit eb37615
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: 83c80dc5358270a665666ea5b9ddd24351d86354
refs/heads/master: 7fa25314d534b9449d1705722eac412cad5c9042
2 changes: 2 additions & 0 deletions trunk/drivers/pwm/pwm-twl-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ static const struct pwm_ops twl4030_pwmled_ops = {
.enable = twl4030_pwmled_enable,
.disable = twl4030_pwmled_disable,
.config = twl4030_pwmled_config,
.owner = THIS_MODULE,
};

static const struct pwm_ops twl6030_pwmled_ops = {
Expand All @@ -279,6 +280,7 @@ static const struct pwm_ops twl6030_pwmled_ops = {
.config = twl6030_pwmled_config,
.request = twl6030_pwmled_request,
.free = twl6030_pwmled_free,
.owner = THIS_MODULE,
};

static int twl_pwmled_probe(struct platform_device *pdev)
Expand Down

0 comments on commit eb37615

Please sign in to comment.