Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176035
b: refs/heads/master
c: bbb2e49
h: refs/heads/master
i:
  176033: 1d4d728
  176031: 39314a9
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Samuel Ortiz committed Dec 13, 2009
1 parent 6988e52 commit 7f17904
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 68d641efd86d901d000b888eeab5481257d49f12
refs/heads/master: bbb2e496f72d34a2e8f839456b1e324455b35123
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/pcf50633-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,8 @@ static int __devinit pcf50633_probe(struct i2c_client *client,
}

pdev->dev.parent = pcf->dev;
pdev->dev.platform_data = &pdata->reg_init_data[i];
platform_device_add_data(pdev, &pdata->reg_init_data[i],
sizeof(pdata->reg_init_data[i]));
dev_set_drvdata(&pdev->dev, pcf);
pcf->regulator_pdev[i] = pdev;

Expand Down

0 comments on commit 7f17904

Please sign in to comment.