From 417e79cd9b8fb848f1e65886ddaa9cac0bd1716b Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Fri, 1 Oct 2010 13:56:27 +0800 Subject: [PATCH] --- yaml --- r: 211262 b: refs/heads/master c: 0f69c897f378bf975c519b1d2455c03d06477dfa h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/regulator/max8649.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f47ab070098c..6a5bb1baf612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e4a6376b3b2999d169b602a582a8819d95ff79bc +refs/heads/master: 0f69c897f378bf975c519b1d2455c03d06477dfa diff --git a/trunk/drivers/regulator/max8649.c b/trunk/drivers/regulator/max8649.c index 4520ace3f7e7..6b60a9c0366b 100644 --- a/trunk/drivers/regulator/max8649.c +++ b/trunk/drivers/regulator/max8649.c @@ -330,7 +330,7 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client, /* set external clock frequency */ info->extclk_freq = pdata->extclk_freq; max8649_set_bits(info->i2c, MAX8649_SYNC, MAX8649_EXT_MASK, - info->extclk_freq); + info->extclk_freq << 6); } if (pdata->ramp_timing) {