regulator: max8973: Fix callback setting for max8973_dcdc_ops.enable

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Axel Lin 2012-11-22 09:47:08 +08:00 committed by Mark Brown
parent 5928f53896
commit e05f70c268
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ static int __devinit max8973_probe(struct i2c_client *client,
if (pdata->enable_ext_control) {
max->desc.enable_reg = MAX8973_VOUT;
max->desc.enable_mask = MAX8973_VOUT_ENABLE;
max8973_dcdc_ops.enable = regulator_is_enabled_regmap;
max8973_dcdc_ops.enable = regulator_enable_regmap;
max8973_dcdc_ops.disable = regulator_disable_regmap;
max8973_dcdc_ops.is_enabled = regulator_is_enabled_regmap;
}