mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00:00
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>
This commit is contained in:
parent
5af34e60dc
commit
f4d13e76eb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user