All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: berlin: as370: fix a typo s/spififib/spdifib
@ 2019-10-11  7:55 Jisheng Zhang
  2019-10-16 12:13 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2019-10-11  7:55 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-kernel

The function should be spdifib, fix this typo.

Fixes: 423ddc580b13 ("pinctrl: berlin: add the as370 SoC pinctrl driver")
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
---
 drivers/pinctrl/berlin/pinctrl-as370.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/berlin/pinctrl-as370.c b/drivers/pinctrl/berlin/pinctrl-as370.c
index 44f8ccdbeeff..9dfdc275ee33 100644
--- a/drivers/pinctrl/berlin/pinctrl-as370.c
+++ b/drivers/pinctrl/berlin/pinctrl-as370.c
@@ -43,7 +43,7 @@ static const struct berlin_desc_group as370_soc_pinctrl_groups[] = {
 			BERLIN_PINCTRL_FUNCTION(0x0, "gpio"), /* GPIO5 */
 			BERLIN_PINCTRL_FUNCTION(0x1, "i2s1"), /* DO3 */
 			BERLIN_PINCTRL_FUNCTION(0x2, "pwm"), /* PWM5 */
-			BERLIN_PINCTRL_FUNCTION(0x3, "spififib"), /* SPDIFIB */
+			BERLIN_PINCTRL_FUNCTION(0x3, "spdifib"), /* SPDIFIB */
 			BERLIN_PINCTRL_FUNCTION(0x4, "spdifo"), /* SPDIFO */
 			BERLIN_PINCTRL_FUNCTION(0x5, "phy")), /* DBG5 */
 	BERLIN_PINCTRL_GROUP("I2S1_MCLK", 0x0, 0x3, 0x12,
-- 
2.23.0


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

* Re: [PATCH] pinctrl: berlin: as370: fix a typo s/spififib/spdifib
  2019-10-11  7:55 [PATCH] pinctrl: berlin: as370: fix a typo s/spififib/spdifib Jisheng Zhang
@ 2019-10-16 12:13 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2019-10-16 12:13 UTC (permalink / raw)
  To: Jisheng Zhang; +Cc: linux-gpio, linux-kernel

On Fri, Oct 11, 2019 at 9:55 AM Jisheng Zhang
<Jisheng.Zhang@synaptics.com> wrote:

> The function should be spdifib, fix this typo.
>
> Fixes: 423ddc580b13 ("pinctrl: berlin: add the as370 SoC pinctrl driver")
> Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>

Patch applied for fixes.

Thanks!
Linus Walleij

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

end of thread, other threads:[~2019-10-16 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11  7:55 [PATCH] pinctrl: berlin: as370: fix a typo s/spififib/spdifib Jisheng Zhang
2019-10-16 12:13 ` Linus Walleij

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.