From: Axel Lin Date: Thu, 28 Jan 2021 12:01:51 +0000 (+0800) Subject: regulator: pf8x00: Fix typo for PF8200 chip name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=64f09ea1b551189f491ffb626fdccc2c31fe2d70;p=linux.git regulator: pf8x00: Fix typo for PF8200 chip name Trivial typo fix. Signed-off-by: Axel Lin Reviewed-by: Adrien Grassein Link: https://lore.kernel.org/r/20210128120151.554411-1-axel.lin@ingics.com Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c index af9918cd27aa4..e1dba70fb78ff 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);