diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-05-04 16:40:14 -0700 | 
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-05-04 16:40:14 -0700 | 
| commit | 9fed79637320f99a185545ae4982ba25c681fcde (patch) | |
| tree | c5e4bb1260d5bf5e71f8c7e7c96706abb50a2cdc /drivers/regulator/tps65910-regulator.c | |
| parent | 104bd36ed2d86c77a2d6949d3957a6c014c70f72 (diff) | |
| download | olio-linux-3.10-9fed79637320f99a185545ae4982ba25c681fcde.tar.xz olio-linux-3.10-9fed79637320f99a185545ae4982ba25c681fcde.zip | |
Further minor fixes to tps65910 and interrupts. No smoking guns, just minor tweaks and some clean-up.
Change-Id: I9b184b3fcdb32dac01c7bd75df55a74b39cc6e53
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
| -rw-r--r-- | drivers/regulator/tps65910-regulator.c | 2 | 
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; |