linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps
@ 2017-05-29  4:08 Martin Schiller
  2017-05-29 16:47 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Schiller @ 2017-05-29  4:08 UTC (permalink / raw)
  To: linux-gpio, linux-kernel; +Cc: linus.walleij, john, Martin Schiller

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
---
 drivers/pinctrl/pinctrl-xway.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c
index d4167e2..f9e98a7 100644
--- a/drivers/pinctrl/pinctrl-xway.c
+++ b/drivers/pinctrl/pinctrl-xway.c
@@ -1028,7 +1028,7 @@ static const struct ltq_pin_group xrx200_grps[] = {
 	GRP_MUX("spi_cs5", SPI, xrx200_pins_spi_cs5),
 	GRP_MUX("spi_cs6", SPI, xrx200_pins_spi_cs6),
 	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_rx),
-	GRP_MUX("usif uart_rx", USIF, xrx200_pins_usif_uart_tx),
+	GRP_MUX("usif uart_tx", USIF, xrx200_pins_usif_uart_tx),
 	GRP_MUX("usif uart_rts", USIF, xrx200_pins_usif_uart_rts),
 	GRP_MUX("usif uart_cts", USIF, xrx200_pins_usif_uart_cts),
 	GRP_MUX("usif uart_dtr", USIF, xrx200_pins_usif_uart_dtr),
-- 
2.1.4


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

* Re: [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps
  2017-05-29  4:08 [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps Martin Schiller
@ 2017-05-29 16:47 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2017-05-29 16:47 UTC (permalink / raw)
  To: Martin Schiller
  Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	John Crispin

On Mon, May 29, 2017 at 6:08 AM, Martin Schiller <ms@dev.tdt.de> wrote:

> Signed-off-by: Martin Schiller <ms@dev.tdt.de>

Patch applied as obviously correct.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-05-29 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-29  4:08 [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps Martin Schiller
2017-05-29 16:47 ` Linus Walleij

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).