]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
regulator: max8649: Remove contentless announcement log message
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 3 Apr 2012 22:59:37 +0000 (23:59 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 4 Apr 2012 10:39:27 +0000 (11:39 +0100)
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>
drivers/regulator/max8649.c

index 824c650436edec5c8d3e39fb6d0d3ffcd0233b28..2e9ffbec2e3b966fab050049539370059b4498b0 100644 (file)
@@ -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);