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>
This commit is contained in:
parent
7e22e91102
commit
f269438368
|
@ -323,7 +323,7 @@ static int pfuze_identify(struct pfuze_chip *pfuze_chip)
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
dev_info(pfuze_chip->dev,
|
dev_info(pfuze_chip->dev,
|
||||||
"Full lay: %x, Metal lay: %x\n",
|
"Full layer: %x, Metal layer: %x\n",
|
||||||
(value & 0xf0) >> 4, value & 0x0f);
|
(value & 0xf0) >> 4, value & 0x0f);
|
||||||
|
|
||||||
ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value);
|
ret = regmap_read(pfuze_chip->regmap, PFUZE100_FABID, &value);
|
||||||
|
|
Loading…
Reference in New Issue