diff options
author | Mark Brown <broonie@kernel.org> | 2021-02-12 14:00:06 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-12 14:00:06 +0000 |
commit | 8571bdc21388826a6feecbee2ce432839ba17d24 (patch) | |
tree | fba685021ec2a22e736d410e82e7eaae72771c8f /drivers/regulator/pf8x00-regulator.c | |
parent | 92bf22614b21a2706f4993b278017e437f7785b3 (diff) | |
parent | c294554111a835598b557db789d9ad2379b512a2 (diff) | |
download | linux-8571bdc21388826a6feecbee2ce432839ba17d24.tar.bz2 |
Merge remote-tracking branch 'regulator/for-5.11' into regulator-linus
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); |