projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
ARM: mach-imx6q: fix spelling mistake in error message
author
Jean Guyomarc'h
<jean.guyomarch@openwide.fr>
Mon, 23 May 2016 15:16:25 +0000
(17:16 +0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Fri, 10 Jun 2016 13:09:46 +0000
(21:09 +0800)
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>
arch/arm/mach-imx/mach-imx6q.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/mach-imx6q.c
b/arch/arm/mach-imx/mach-imx6q.c
index cb27d566d5abab3865fd6e0689832c933b6a8993..867121d842f712d248c7d264b22926f784234bda 100644
(file)
--- 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-iomux
c
-gpr regmap\n");
clk_put(enet_ref);
put_ptp_clk: