projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a493077
)
regulator: Update tps65217-regulator for DT changes
author
Axel Lin
<axel.lin@gmail.com>
Sun, 15 Jan 2012 12:25:22 +0000
(20:25 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 20 Jan 2012 12:01:33 +0000
(12:01 +0000)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps65217-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/tps65217-regulator.c
b/drivers/regulator/tps65217-regulator.c
index 66655668f965c17f54116234a37b208817b68e06..28a10eaeda17a6056c63a4714f9c696c1feda1b1 100644
(file)
--- a/
drivers/regulator/tps65217-regulator.c
+++ b/
drivers/regulator/tps65217-regulator.c
@@
-447,7
+447,7
@@
static int __devinit tps65217_regulator_probe(struct platform_device *pdev)
tps->info[pdev->id] = info;
rdev = regulator_register(®ulators[pdev->id], &pdev->dev,
- pdev->dev.platform_data, tps);
+ pdev->dev.platform_data, tps
, NULL
);
if (IS_ERR(rdev))
return PTR_ERR(rdev);