Skip to content

Commit

Permalink
regulator: max8649: Remove contentless announcement log message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent 5af34e6 commit f4d13e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regulator/max8649.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ static int __devinit max8649_regulator_probe(struct i2c_client *client,
goto out;
}

dev_info(info->dev, "Max8649 regulator device is detected.\n");
return 0;
out:
regmap_exit(info->regmap);
Expand Down

0 comments on commit f4d13e7

Please sign in to comment.