projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14a71d5
)
regulator: pf8x00: Fix typo for PF8200 chip name
author
Axel Lin
<axel.lin@ingics.com>
Thu, 28 Jan 2021 12:01:51 +0000
(20:01 +0800)
committer
Mark Brown
<broonie@kernel.org>
Thu, 28 Jan 2021 17:11:33 +0000
(17:11 +0000)
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>
drivers/regulator/pf8x00-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/pf8x00-regulator.c
b/drivers/regulator/pf8x00-regulator.c
index af9918cd27aa435ef52a2c424811a830eec59795..e1dba70fb78fff7353e3bcd78605a9d5a1f2949e 100644
(file)
--- 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 = "PF8
1
00";
+ name = "PF8
2
00";
break;
default:
dev_err(chip->dev, "Unknown pf8x00 device id 0x%x\n", dev_id);