projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e22e91
)
regulator: pfuze100-regulator: Improve dev_info() message
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 20 Jan 2014 20:53:56 +0000
(18:53 -0200)
committer
Mark Brown
<broonie@linaro.org>
Thu, 23 Jan 2014 12:00:17 +0000
(12:00 +0000)
'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>
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index
8b5e4c7
..
c31e048
100644
(file)
--- 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)
if (ret)
return ret;
dev_info(pfuze_chip->dev,
- "Full lay
: %x, Metal lay
: %x\n",
+ "Full lay
er: %x, Metal layer
: %x\n",
(value & 0xf0) >> 4, value & 0x0f);
ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value);