Skip to content

Commit

Permalink
regulator: max77686: Initialize regulator_config
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Jun 20, 2012
1 parent 809d310 commit c59d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/max77686.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static __devinit int max77686_pmic_probe(struct platform_device *pdev)
struct max77686_data *max77686;
int i, size;
int ret = 0;
struct regulator_config config;
struct regulator_config config = { };

dev_dbg(&pdev->dev, "%s\n", __func__);

Expand Down

0 comments on commit c59d2a6

Please sign in to comment.