aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-01-20 15:53:56 -0500
committerMark Brown <broonie@linaro.org>2014-01-23 07:00:17 -0500
commitf2694383680838573262f3099f03dc4722d5efa4 (patch)
tree0e4bc4f119ccf8b8db3541162522b6c8b46562c8 /drivers/regulator
parent7e22e91102c6b9df7c4ae2168910e19d2bb14cd6 (diff)
regulator: pfuze100-regulator: Improve dev_info() message
'lay' is not very meaningful, so use it 'layer' instead to let the dev_info() clearer. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/pfuze100-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index 8b5e4c712a01..c31e0485de25 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -323,7 +323,7 @@ static int pfuze_identify(struct pfuze_chip *pfuze_chip)
323 if (ret) 323 if (ret)
324 return ret; 324 return ret;
325 dev_info(pfuze_chip->dev, 325 dev_info(pfuze_chip->dev,
326 "Full lay: %x, Metal lay: %x\n", 326 "Full layer: %x, Metal layer: %x\n",
327 (value & 0xf0) >> 4, value & 0x0f); 327 (value & 0xf0) >> 4, value & 0x0f);
328 328
329 ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value); 329 ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value);