Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c59d2a6b authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: max77686: Initialize regulator_config

parent 809d310c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__);