Commit 4a78f2c1 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f4d13e76
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment