Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302180
b: refs/heads/master
c: ac97c62
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Apr 10, 2012
1 parent 634eeb7 commit c124a44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c172708d38a401b2f3f841dfcd862b469fa0b670
refs/heads/master: ac97c62071e469a67e9019998ccef68a5356ed7f
6 changes: 3 additions & 3 deletions trunk/drivers/regulator/ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,9 @@ static __devinit int ab8500_regulator_probe(struct platform_device *pdev)
info = &ab8500_regulator_info[i];
info->dev = &pdev->dev;

config->dev = &pdev->dev;
config->init_data = &pdata->regulator[i];
config->driver_data = info;
config.dev = &pdev->dev;
config.init_data = &pdata->regulator[i];
config.driver_data = info;

/* fix for hardware before ab8500v2.0 */
if (abx500_get_chip_id(info->dev) < 0x20) {
Expand Down

0 comments on commit c124a44

Please sign in to comment.