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

regulator: max77693: Constify regulator_ops

Static struct regulator_ops is not modified so can be made const for
code safeness.
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 0f6ce809
...@@ -150,7 +150,7 @@ static struct regulator_ops max77693_safeout_ops = { ...@@ -150,7 +150,7 @@ static struct regulator_ops max77693_safeout_ops = {
.set_voltage_sel = regulator_set_voltage_sel_regmap, .set_voltage_sel = regulator_set_voltage_sel_regmap,
}; };
static struct regulator_ops max77693_charger_ops = { static const struct regulator_ops max77693_charger_ops = {
.is_enabled = regulator_is_enabled_regmap, .is_enabled = regulator_is_enabled_regmap,
.enable = regulator_enable_regmap, .enable = regulator_enable_regmap,
.disable = regulator_disable_regmap, .disable = regulator_disable_regmap,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册