Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] arch: mips: ralink: fix typo in pinctrl lna_g_func
@ 2017-02-20  9:27 John Crispin
  2017-02-23 12:58 ` James Hogan
  0 siblings, 1 reply; 3+ messages in thread
From: John Crispin @ 2017-02-20  9:27 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, John Crispin, Daniel Golle

There is a copy & paste error in the definition of the 5GHz LNA pinmux.

Tested-by: John Crispin <john@phrozen.org>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 arch/mips/ralink/rt3883.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/ralink/rt3883.c b/arch/mips/ralink/rt3883.c
index c4ffd43..f9025a0 100644
--- a/arch/mips/ralink/rt3883.c
+++ b/arch/mips/ralink/rt3883.c
@@ -35,7 +35,7 @@
 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
 static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) };
-static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna a", 0, 35, 3) };
+static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) };
 static struct rt2880_pmx_func pci_func[] = {
 	FUNC("pci-dev", 0, 40, 32),
 	FUNC("pci-host2", 1, 40, 32),
-- 
1.7.10.4

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

end of thread, other threads:[~2017-02-23 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20  9:27 [PATCH] arch: mips: ralink: fix typo in pinctrl lna_g_func John Crispin
2017-02-23 12:58 ` James Hogan
2017-02-23 12:58   ` James Hogan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox