summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2021-01-28 20:01:51 +0800
committerMark Brown <broonie@kernel.org>2021-01-28 17:11:33 +0000
commit64f09ea1b551189f491ffb626fdccc2c31fe2d70 (patch)
tree9ece4db292a21b71fe7203eaa87da5eeadff19be /drivers/regulator
parent14a71d509ac809dcf56d7e3ca376b15d17bd0ddd (diff)
regulator: pf8x00: Fix typo for PF8200 chip name
Trivial typo fix. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Adrien Grassein <adrien.grassein@gmail.com> Link: https://lore.kernel.org/r/20210128120151.554411-1-axel.lin@ingics.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/pf8x00-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
index af9918cd27aa..e1dba70fb78f 100644
--- a/drivers/regulator/pf8x00-regulator.c
+++ b/drivers/regulator/pf8x00-regulator.c
@@ -399,7 +399,7 @@ static int pf8x00_identify(struct pf8x00_chip *chip)
name = "PF8121A";
break;
case PF8200:
- name = "PF8100";
+ name = "PF8200";
break;
default:
dev_err(chip->dev, "Unknown pf8x00 device id 0x%x\n", dev_id);