diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 00:03:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 11:39:37 +0100 |
commit | 4a78f2c1d67fb2ac89fe724a505dca64181f95f2 (patch) | |
tree | c7bf22b3eed18a792cd26a92c2b5d69ecfb94985 /drivers/regulator | |
parent | f4d13e76eb3d093148056b98fdc7caae9788f918 (diff) |
regulator: max8860: Remove announcement on probe
The core already announces constraints and we're not adding any new
information such as the chip revision.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/max8660.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/max8660.c b/drivers/regulator/max8660.c index 4c5b05311f47..e42db5364ca5 100644 --- a/drivers/regulator/max8660.c +++ b/drivers/regulator/max8660.c @@ -461,7 +461,6 @@ static int __devinit max8660_probe(struct i2c_client *client, } i2c_set_clientdata(client, max8660); - dev_info(&client->dev, "Maxim 8660/8661 regulator driver loaded\n"); return 0; err_unregister: |