提交 4524df83 编写于 作者: K Krzysztof Kozlowski 提交者: Mark Brown

regulator: max77686: Initialize opmode explicitly to normal mode

Minor nit: Initialize the opmode for each regulator to normal mode in a
readable explicit way.
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Suggested-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 eca29da9
......@@ -519,8 +519,7 @@ static int max77686_pmic_probe(struct platform_device *pdev)
config.init_data = pdata->regulators[i].initdata;
config.of_node = pdata->regulators[i].of_node;
max77686->opmode[id] = regulators[i].enable_mask >>
max77686_get_opmode_shift(id);
max77686->opmode[id] = MAX77686_NORMAL;
rdev = devm_regulator_register(&pdev->dev,
&regulators[i], &config);
if (IS_ERR(rdev)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册