Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350429
b: refs/heads/master
c: 1ef01e7
h: refs/heads/master
i:
  350427: fe3c7db
v: v3
  • Loading branch information
Kim, Milo authored and Mark Brown committed Jan 3, 2013
1 parent 436d0a1 commit b8461e7
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: 38d8f67cb6f6d40dd9473a972ec65b3d54a785dd
refs/heads/master: 1ef01e74e78ce445af168a18c6a196642e25e23b
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/lp8788-buck.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static int lp8788_dvs_gpio_request(struct platform_device *pdev,
buck->dvs = pdata->buck1_dvs;
break;
case BUCK2:
for (i = 0 ; i < LP8788_NUM_BUCK2_DVS ; i++) {
for (i = 0; i < LP8788_NUM_BUCK2_DVS; i++) {
gpio = pdata->buck2_dvs->gpio[i];
ret = devm_gpio_request_one(&pdev->dev, gpio,
DVS_LOW, b2_name[i]);
Expand Down

0 comments on commit b8461e7

Please sign in to comment.