diff options
author | Axel Lin <axel.lin@ingics.com> | 2021-01-28 15:01:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-28 20:11:33 +0300 |
commit | 64f09ea1b551189f491ffb626fdccc2c31fe2d70 (patch) | |
tree | 9ece4db292a21b71fe7203eaa87da5eeadff19be /drivers/regulator/pf8x00-regulator.c | |
parent | 14a71d509ac809dcf56d7e3ca376b15d17bd0ddd (diff) | |
download | linux-64f09ea1b551189f491ffb626fdccc2c31fe2d70.tar.xz |
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/pf8x00-regulator.c')
-rw-r--r-- | drivers/regulator/pf8x00-regulator.c | 2 |
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); |