diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-06-20 03:01:25 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-20 06:13:55 -0400 |
commit | c59d2a6b20aef4660a9ed89224bd17eec6a54751 (patch) | |
tree | c3e31c74568273da7237551da845c6687ed6ddba /drivers/regulator/max77686.c | |
parent | 809d310c7e69289c94a4475d287ba1c512885478 (diff) |
regulator: max77686: Initialize regulator_config
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/max77686.c')
-rw-r--r-- | drivers/regulator/max77686.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max77686.c b/drivers/regulator/max77686.c index a29eee33dd7b..877d4bff1120 100644 --- a/drivers/regulator/max77686.c +++ b/drivers/regulator/max77686.c | |||
@@ -217,7 +217,7 @@ static __devinit int max77686_pmic_probe(struct platform_device *pdev) | |||
217 | struct max77686_data *max77686; | 217 | struct max77686_data *max77686; |
218 | int i, size; | 218 | int i, size; |
219 | int ret = 0; | 219 | int ret = 0; |
220 | struct regulator_config config; | 220 | struct regulator_config config = { }; |
221 | 221 | ||
222 | dev_dbg(&pdev->dev, "%s\n", __func__); | 222 | dev_dbg(&pdev->dev, "%s\n", __func__); |
223 | 223 | ||