All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: lochnagar: Set up correct .data field for "cirrus,lochnagar2-mic2vdd"
@ 2018-12-29 11:40 Axel Lin
  2018-12-30 23:50 ` Charles Keepax
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2018-12-29 11:40 UTC (permalink / raw)
  To: Mark Brown; +Cc: Charles Keepax, Liam Girdwood, linux-kernel, Axel Lin

Fix trival copy-n-paste mistake.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/regulator/lochnagar-regulator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/lochnagar-regulator.c b/drivers/regulator/lochnagar-regulator.c
index 5a89e6d4b9a6..818d20410518 100644
--- a/drivers/regulator/lochnagar-regulator.c
+++ b/drivers/regulator/lochnagar-regulator.c
@@ -226,7 +226,7 @@ static const struct of_device_id lochnagar_of_match[] = {
 	},
 	{
 		.compatible = "cirrus,lochnagar2-mic2vdd",
-		.data = &lochnagar_regulators[LOCHNAGAR_MIC1VDD],
+		.data = &lochnagar_regulators[LOCHNAGAR_MIC2VDD],
 	},
 	{
 		.compatible = "cirrus,lochnagar2-vddcore",
-- 
2.17.1


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

* Re: [PATCH] regulator: lochnagar: Set up correct .data field for "cirrus,lochnagar2-mic2vdd"
  2018-12-29 11:40 [PATCH] regulator: lochnagar: Set up correct .data field for "cirrus,lochnagar2-mic2vdd" Axel Lin
@ 2018-12-30 23:50 ` Charles Keepax
  0 siblings, 0 replies; 2+ messages in thread
From: Charles Keepax @ 2018-12-30 23:50 UTC (permalink / raw)
  To: Axel Lin; +Cc: Mark Brown, Liam Girdwood, linux-kernel

On Sat, Dec 29, 2018 at 07:40:47PM +0800, Axel Lin wrote:
> Fix trival copy-n-paste mistake.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---

Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

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

end of thread, other threads:[~2018-12-30 23:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-29 11:40 [PATCH] regulator: lochnagar: Set up correct .data field for "cirrus,lochnagar2-mic2vdd" Axel Lin
2018-12-30 23:50 ` Charles Keepax

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.