diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-03 19:03:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-04 06:39:37 -0400 |
commit | 4a78f2c1d67fb2ac89fe724a505dca64181f95f2 (patch) | |
tree | c7bf22b3eed18a792cd26a92c2b5d69ecfb94985 /drivers/regulator/max8660.c | |
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/max8660.c')
-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, | |||
461 | } | 461 | } |
462 | 462 | ||
463 | i2c_set_clientdata(client, max8660); | 463 | i2c_set_clientdata(client, max8660); |
464 | dev_info(&client->dev, "Maxim 8660/8661 regulator driver loaded\n"); | ||
465 | return 0; | 464 | return 0; |
466 | 465 | ||
467 | err_unregister: | 466 | err_unregister: |