aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <[email protected]>2021-01-28 20:01:51 +0800
committerMark Brown <[email protected]>2021-01-28 17:11:33 +0000
commit64f09ea1b551189f491ffb626fdccc2c31fe2d70 (patch)
tree9ece4db292a21b71fe7203eaa87da5eeadff19be
parent14a71d509ac809dcf56d7e3ca376b15d17bd0ddd (diff)
regulator: pf8x00: Fix typo for PF8200 chip name
Trivial typo fix. Signed-off-by: Axel Lin <[email protected]> Reviewed-by: Adrien Grassein <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
-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);