linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name
@ 2021-01-28 12:01 Axel Lin
  2021-01-28 14:30 ` Adrien Grassein
  2021-01-28 20:55 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2021-01-28 12:01 UTC (permalink / raw)
  To: Mark Brown
  Cc: Jagan Teki, Adrien Grassein, Liam Girdwood, linux-kernel, Axel Lin

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name
  2021-01-28 12:01 [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name Axel Lin
@ 2021-01-28 14:30 ` Adrien Grassein
  2021-01-28 20:55 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Adrien Grassein @ 2021-01-28 14:30 UTC (permalink / raw)
  To: Axel Lin; +Cc: Mark Brown, Jagan Teki, Liam Girdwood, linux-kernel

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name
  2021-01-28 12:01 [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name Axel Lin
  2021-01-28 14:30 ` Adrien Grassein
@ 2021-01-28 20:55 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-01-28 20:55 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel, Adrien Grassein, Jagan Teki, Liam Girdwood

On Thu, 28 Jan 2021 20:01:51 +0800, Axel Lin wrote:
> Trivial typo fix.

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: pf8x00: Fix typo for PF8200 chip name
      commit: 64f09ea1b551189f491ffb626fdccc2c31fe2d70

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-28 20:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 12:01 [PATCH] regulator: pf8x00: Fix typo for PF8200 chip name Axel Lin
2021-01-28 14:30 ` Adrien Grassein
2021-01-28 20:55 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).