[PATCH] ARM: shmobile: r8a7790: Correct typo in clocks
Simon Horman
horms+renesas at verge.net.au
Wed Nov 6 00:01:38 EST 2013
This is the r8a7790 SoC not the r8a77a4 SoC and
clocks are updated in r8a7790_clock_init. not r8a73a4_clock_init.
Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
---
arch/arm/mach-shmobile/clock-r8a7790.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c
index 9fa39d1..6107571 100644
--- a/arch/arm/mach-shmobile/clock-r8a7790.c
+++ b/arch/arm/mach-shmobile/clock-r8a7790.c
@@ -77,7 +77,7 @@ static struct sh_clk_ops followparent_clk_ops = {
};
static struct clk main_clk = {
- /* .parent will be set r8a73a4_clock_init */
+ /* .parent will be set r8a7790_clock_init */
.ops = &followparent_clk_ops,
};
--
1.8.4
More information about the linux-arm-kernel
mailing list