diff --git a/[refs] b/[refs] index faa56821c80e..c433ef750121 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1dd68f01886a2d5cabbbe90b86e82f70917de89c +refs/heads/master: fe203ddfa5451a13589b1c7da9edab80b7fc06d1 diff --git a/trunk/drivers/regulator/core.c b/trunk/drivers/regulator/core.c index b85e4a9dafcf..d55a25a6fab2 100644 --- a/trunk/drivers/regulator/core.c +++ b/trunk/drivers/regulator/core.c @@ -925,9 +925,12 @@ static struct regulator *create_regulator(struct regulator_dev *rdev, * @id: Supply name or regulator ID. * * Returns a struct regulator corresponding to the regulator producer, - * or IS_ERR() condition containing errno. Use of supply names - * configured via regulator_set_device_supply() is strongly - * encouraged. + * or IS_ERR() condition containing errno. + * + * Use of supply names configured via regulator_set_device_supply() is + * strongly encouraged. It is recommended that the supply name used + * should match the name used for the supply and/or the relevant + * device pins in the datasheet. */ struct regulator *regulator_get(struct device *dev, const char *id) {