Skip to content

Commit

Permalink
regulator: pfuze100-regulator: Improve dev_info() message
Browse files Browse the repository at this point in the history
'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>
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Jan 23, 2014
1 parent 7e22e91 commit f269438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/pfuze100-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 layer: %x, Metal layer: %x\n",
(value & 0xf0) >> 4, value & 0x0f);

ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value);
Expand Down

0 comments on commit f269438

Please sign in to comment.