Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232404
b: refs/heads/master
c: d8cc667
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Jan 26, 2011
1 parent 32ae982 commit 89487e4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f95ba941d1bee594d536cdcbf879a0865381b903
refs/heads/master: d8cc667be8fad9ad0bb3a95116be9f80a3b3efcf
1 change: 1 addition & 0 deletions trunk/drivers/leds/leds-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static int led_pwm_probe(struct platform_device *pdev)
led_dat->pwm = pwm_request(cur_led->pwm_id,
cur_led->name);
if (IS_ERR(led_dat->pwm)) {
ret = PTR_ERR(led_dat->pwm);
dev_err(&pdev->dev, "unable to request PWM %d\n",
cur_led->pwm_id);
goto err;
Expand Down

0 comments on commit 89487e4

Please sign in to comment.