Skip to content

Commit

Permalink
regulator: max8860: Remove announcement on probe
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Apr 4, 2012
1 parent f4d13e7 commit 4a78f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/regulator/max8660.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4a78f2c

Please sign in to comment.