diff --git a/drivers/regulator/max8649.c b/drivers/regulator/max8649.c index 824c650436edec5c8d3e39fb6d0d3ffcd0233b28..2e9ffbec2e3b966fab050049539370059b4498b0 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, goto out; } - dev_info(info->dev, "Max8649 regulator device is detected.\n"); return 0; out: regmap_exit(info->regmap);