diff options
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 2 |
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); |