aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/max8649.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-03 18:59:37 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-04-04 06:39:27 -0400
commitf4d13e76eb3d093148056b98fdc7caae9788f918 (patch)
treeb10271edda00bbf974725b86d10975a56ffab744 /drivers/regulator/max8649.c
parent5af34e60dc6d1943ade104bca0b289486b39bc4a (diff)
regulator: max8649: Remove contentless announcement log message
The core already logs the regulator constraints as it is registered and we're not adding any extra content about the device such as the chip revision. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/max8649.c')
-rw-r--r--drivers/regulator/max8649.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8649.c b/drivers/regulator/max8649.c
index 824c650436ed..2e9ffbec2e3b 100644
--- a/drivers/regulator/max8649.c
+++ b/drivers/regulator/max8649.c
@@ -306,7 +306,6 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
306 goto out; 306 goto out;
307 } 307 }
308 308
309 dev_info(info->dev, "Max8649 regulator device is detected.\n");
310 return 0; 309 return 0;
311out: 310out:
312 regmap_exit(info->regmap); 311 regmap_exit(info->regmap);