[ALPS05274995] PMIC: fix mt6362 regulator config not initialize

[Detail]
fix mt6362 regulator config not initialize

MTK-Commit-Id: 7aad544140da50df811aecc2613561adc3739be2

Change-Id: I1af226fff74f2014cf990b5f7a9a806af9a09100
Signed-off-by: Vend.Gene.Chen <vend_gene_chen001@mediatek.com>
CR-Id: ALPS05274995
Feature: [Module]PMIC
This commit is contained in:
Vend.Gene.Chen
2020-08-14 22:45:31 +08:00
committed by Arvin Wang
parent bd0626f42b
commit 7a55e9ce1b

View File

@@ -404,7 +404,7 @@ static int mt6362_parse_dt_data(struct device *dev,
static int mt6362_regulator_probe(struct platform_device *pdev)
{
struct mt6362_regulator_data *data;
struct regulator_config config;
struct regulator_config config = { };
struct regulator_dev *rdev;
int i, rv;