From 620a44bccece8b71100330163d3c756e09c7b30c Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 11 Feb 2009 15:32:06 +0000 Subject: [PATCH] --- yaml --- r: 140250 b: refs/heads/master c: fe203ddfa5451a13589b1c7da9edab80b7fc06d1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/regulator/core.c | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) 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) {