Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344491
b: refs/heads/master
c: b75d280
h: refs/heads/master
i:
  344489: 1c909af
  344487: 28a4e61
v: v3
  • Loading branch information
Sachin Kamat authored and Bryan Wu committed Nov 27, 2012
1 parent 5470a3e commit 256f1f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dcba91056f1271ced1aca111e11514dcbf059922
refs/heads/master: b75d280272bd0cbc79024b4635b0ccd67c416953
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-wm8350.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ static int wm8350_led_probe(struct platform_device *pdev)

isink = devm_regulator_get(&pdev->dev, "led_isink");
if (IS_ERR(isink)) {
printk(KERN_ERR "%s: can't get ISINK\n", __func__);
dev_err(&pdev->dev, "%s: can't get ISINK\n", __func__);
return PTR_ERR(isink);
}

dcdc = devm_regulator_get(&pdev->dev, "led_vcc");
if (IS_ERR(dcdc)) {
printk(KERN_ERR "%s: can't get DCDC\n", __func__);
dev_err(&pdev->dev, "%s: can't get DCDC\n", __func__);
return PTR_ERR(dcdc);
}

Expand Down

0 comments on commit 256f1f6

Please sign in to comment.