mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
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>
This commit is contained in:
parent
f4d13e76eb
commit
4a78f2c1d6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user