Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358733
b: refs/heads/master
c: 2e2a0f6
h: refs/heads/master
i:
  358731: f323a24
v: v3
  • Loading branch information
Florian Vaussard authored and Thierry Reding committed Jan 30, 2013
1 parent e6fe19b commit af5e5f5
Show file tree
Hide file tree
Showing 3 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: 6e69ab1361c44e3ee1398158b56d114b1aef8179
refs/heads/master: 2e2a0f6ed1637e8cc4c33850bdf51a418d516157
1 change: 1 addition & 0 deletions trunk/drivers/pwm/pwm-twl-led.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ static int twl_pwmled_probe(struct platform_device *pdev)

twl->chip.dev = &pdev->dev;
twl->chip.base = -1;
twl->chip.can_sleep = true;

mutex_init(&twl->mutex);

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pwm/pwm-twl.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ static int twl_pwm_probe(struct platform_device *pdev)
twl->chip.dev = &pdev->dev;
twl->chip.base = -1;
twl->chip.npwm = 2;
twl->chip.can_sleep = true;

mutex_init(&twl->mutex);

Expand Down

0 comments on commit af5e5f5

Please sign in to comment.