aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8998.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-03-07 15:15:40 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-11 20:48:54 +0000
commitf08f5de54f419776e8133693d152ff3a016f2a9a (patch)
treebcc05f6bbecb8f2d4c948d61d5e213fa69188bb7 /drivers/regulator/max8998.c
parentregulator: Remove unused i2c variable in s5m8767_pmic_probe (diff)
downloadlinux-dev-f08f5de54f419776e8133693d152ff3a016f2a9a.tar.xz
linux-dev-f08f5de54f419776e8133693d152ff3a016f2a9a.zip
regulator: Silence error message in max8998_pmic_probe
This looks like a mistakenly committed debug logging. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/max8998.c')
-rw-r--r--drivers/regulator/max8998.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c
index 634f2575b93f..5890265eeacc 100644
--- a/drivers/regulator/max8998.c
+++ b/drivers/regulator/max8998.c
@@ -824,7 +824,6 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev)
buck12_voltage_map_desc.step*i
< (pdata->buck2_voltage2 / 1000))
i++;
- printk(KERN_ERR "i2:%d, buck2_idx:%d\n", i, max8998->buck2_idx);
max8998->buck2_vol[1] = i;
ret = max8998_write_reg(i2c, MAX8998_REG_BUCK2_VOLTAGE2, i);
if (ret)