Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mach-imx6q: fix spelling mistake in error message

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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Jean Guyomarc'h and committed by
Shawn Guo
ac4bbb45 1a695a90

+1 -1
+1 -1
arch/arm/mach-imx/mach-imx6q.c
··· 220 220 IMX6Q_GPR1_ENET_CLK_SEL_MASK, 221 221 clksel); 222 222 else 223 - pr_err("failed to find fsl,imx6q-iomux-gpr regmap\n"); 223 + pr_err("failed to find fsl,imx6q-iomuxc-gpr regmap\n"); 224 224 225 225 clk_put(enet_ref); 226 226 put_ptp_clk: