Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652228 > unrolled thread

[PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps

Started byMartin Schiller <ms@dev.tdt.de>
First post2017-05-29 06:20 +0200
Last post2017-05-29 18:50 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps Martin Schiller <ms@dev.tdt.de> - 2017-05-29 06:20 +0200
    Re: [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps Linus Walleij <linus.walleij@linaro.org> - 2017-05-29 18:50 +0200

#1652228 — [PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps

FromMartin Schiller <ms@dev.tdt.de>
Date2017-05-29 06:20 +0200
Subject[PATCH] pinctrl: xway: fix copy/paste error in xrx200_grps
Message-ID<tMkjT-364-1@gated-at.bofh.it>
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

[toc] | [next] | [standalone]


#1652651

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-05-29 18:50 +0200
Message-ID<tMw1I-2zI-1@gated-at.bofh.it>
In reply to#1652228
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

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web