summaryrefslogtreecommitdiff
path: root/drivers/regulator/tps65910-regulator.c
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2016-05-05 00:28:46 +0000
committerGerrit Code Review <gerrit2@ip-172-31-25-77.us-west-1.compute.internal>2015-04-16 10:08:13 +0000
commitd461ebe9ada981f1aea84e762e79bc3771cb65c7 (patch)
tree5dd37281deff1c4dc30bd32d08a8d1a8152fd956 /drivers/regulator/tps65910-regulator.c
parent6551bfc47e36b80d783af26fa36b3df163308f15 (diff)
parent9fed79637320f99a185545ae4982ba25c681fcde (diff)
downloadolio-linux-3.10-d461ebe9ada981f1aea84e762e79bc3771cb65c7.tar.xz
olio-linux-3.10-d461ebe9ada981f1aea84e762e79bc3771cb65c7.zip
Merge "Further minor fixes to tps65910 and interrupts. No smoking guns, just minor tweaks and some clean-up." into android-3.10-bringup
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
-rw-r--r--drivers/regulator/tps65910-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c
index 46e5f663151..0e42a7be2ab 100644
--- a/drivers/regulator/tps65910-regulator.c
+++ b/drivers/regulator/tps65910-regulator.c
@@ -410,7 +410,7 @@ static unsigned int tps65910_get_mode(struct regulator_dev *dev)
struct tps65910_reg *pmic = rdev_get_drvdata(dev);
int ret, reg, value, id = rdev_get_id(dev);
- dev_info(&(dev->dev), "Getting mode for regulator: %d", reg);
+ /* dev_info(&(dev->dev), "Getting mode for regulator: %d", reg); */
reg = pmic->get_ctrl_reg(id);
if (reg < 0)
return reg;