From: Lee Jones Date: Thu, 21 Mar 2013 15:59:41 +0000 (+0000) Subject: regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator X-Git-Tag: v3.10-rc1~186^2~25^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc40dc2981396748ebcdde4a313d65ba26b0159d;p=profile%2Fivi%2Fkernel-x86-ivi.git regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator The issues probably originated from a typo in the initial submission. Signed-off-by: Lee Jones Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index 919d9fa..3a18966 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -455,7 +455,7 @@ static struct ab8500_regulator_info .update_bank = 0x03, .update_reg = 0x80, .update_mask = 0x44, - .update_val = 0x04, + .update_val = 0x44, .update_val_idle = 0x44, .update_val_normal = 0x04, .voltage_bank = 0x03,