From: Simon Horman Date: Wed, 6 Nov 2013 04:58:55 +0000 (+0900) Subject: ARM: shmobile: r8a7790: Correct typo in clocks X-Git-Tag: v3.14-rc1~114^2~4^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d947813d4dbb8cfee0ed2c75b27f65cb2c54434;p=platform%2Fkernel%2Flinux-stable.git ARM: shmobile: r8a7790: Correct typo in clocks This is the r8a7790 SoC not the r8a77a4 SoC and clocks are updated in r8a7790_clock_init not r8a73a4_clock_init. Acked-by: Kuninori Morimoto Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c index a64f965..fa1b477 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, };