lkml.org 
[lkml]   [2021]   [Jan]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name
Le jeu. 28 janv. 2021 à 13:02, Axel Lin <axel.lin@ingics.com> a écrit :
>
> Trivial typo fix.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/regulator/pf8x00-regulator.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/regulator/pf8x00-regulator.c b/drivers/regulator/pf8x00-regulator.c
> index 827da25466cc..9b28bd63208d 100644
> --- a/drivers/regulator/pf8x00-regulator.c
> +++ b/drivers/regulator/pf8x00-regulator.c
> @@ -529,7 +529,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);
> --
> 2.25.1
>

Reviewed-by: Adrien Grassein <adrien.grassein@gmail.com>

\
 
 \ /
  Last update: 2021-01-28 15:34    [W:0.030 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site