Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350422
b: refs/heads/master
c: cad877e
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 8, 2013
1 parent 9c7c785 commit 2260ef1
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: a1a41ab4e92a42d380286a6aadb1026a2b352801
refs/heads/master: cad877ef0af8d18aae88bb7d0f30f747f003fd0f
2 changes: 1 addition & 1 deletion trunk/drivers/regulator/lp8755.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ static int lp8755_init_data(struct lp8755_chip *pchip)
ret = lp8755_read(pchip, 0x3D, &regval);
if (ret < 0)
goto out_i2c_error;
pchip->mphase = regval & 0x07;
pchip->mphase = regval & 0x0F;

/* set default data based on multi-phase config */
for (icnt = 0; icnt < mphase_buck[pchip->mphase].nreg; icnt++) {
Expand Down

0 comments on commit 2260ef1

Please sign in to comment.