linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-imx6q: fix spelling mistake in error message
@ 2016-05-23 15:16 Jean Guyomarc'h
  2016-06-10 13:09 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Guyomarc'h @ 2016-05-23 15:16 UTC (permalink / raw)
  To: linux-arm-kernel

The compatible device tree node that is searched for is imx6q-iomuxc-gpr
but was misspelled imx6q-iomux-gpr in the error handling message.

Signed-off-by: Jean Guyomarc'h <jean.guyomarch@openwide.fr>
---
 arch/arm/mach-imx/mach-imx6q.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/mach-imx6q.c b/arch/arm/mach-imx/mach-imx6q.c
index 3ab6154..6e0a64e 100644
--- a/arch/arm/mach-imx/mach-imx6q.c
+++ b/arch/arm/mach-imx/mach-imx6q.c
@@ -220,7 +220,7 @@ static void __init imx6q_1588_init(void)
 				IMX6Q_GPR1_ENET_CLK_SEL_MASK,
 				clksel);
 	else
-		pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n");
+		pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n");
 
 	clk_put(enet_ref);
 put_ptp_clk:
-- 
2.1.4

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

* [PATCH] ARM: mach-imx6q: fix spelling mistake in error message
  2016-05-23 15:16 [PATCH] ARM: mach-imx6q: fix spelling mistake in error message Jean Guyomarc'h
@ 2016-06-10 13:09 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-06-10 13:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 23, 2016 at 05:16:25PM +0200, Jean Guyomarc'h wrote:
> The compatible device tree node that is searched for is imx6q-iomuxc-gpr
> but was misspelled imx6q-iomux-gpr in the error handling message.
> 
> Signed-off-by: Jean Guyomarc'h <jean.guyomarch@openwide.fr>

Applied, thanks.

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

end of thread, other threads:[~2016-06-10 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 15:16 [PATCH] ARM: mach-imx6q: fix spelling mistake in error message Jean Guyomarc'h
2016-06-10 13:09 ` Shawn Guo

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