Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251957
b: refs/heads/master
c: 0996910
h: refs/heads/master
i:
  251955: 5730956
v: v3
  • Loading branch information
Randy Dunlap authored and Samuel Ortiz committed May 26, 2011
1 parent 3e47cf7 commit 0c116e5
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: 92d57a73e41047bff7d0812e06f893567876d455
refs/heads/master: 099691081df40d8863cb2fb01ee64039633892dd
4 changes: 2 additions & 2 deletions trunk/drivers/regulator/88pm8607.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ static int __devinit pm8607_regulator_probe(struct platform_device *pdev)
break;
}
if ((i < 0) || (i > PM8607_ID_RG_MAX)) {
dev_err(&pdev->dev, "Failed to find regulator %d\n",
res->start);
dev_err(&pdev->dev, "Failed to find regulator %llu\n",
(unsigned long long)res->start);
return -EINVAL;
}
info->i2c = (chip->id == CHIP_PM8607) ? chip->client : chip->companion;
Expand Down

0 comments on commit 0c116e5

Please sign in to comment.