From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Thu, 16 Sep 2010 08:21:40 +0000 Subject: Re: [PATCH 1/2] ARM: mach-shmobile: modify wrong array size of div6_reparent_clks Message-Id: <20100916082140.GD12314@linux-sh.org> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Wed, Sep 15, 2010 at 03:38:07PM +0900, Kuninori Morimoto wrote: > Signed-off-by: Kuninori Morimoto > --- > arch/arm/mach-shmobile/clock-sh7372.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c > index 7594689..ea384e1 100644 > --- a/arch/arm/mach-shmobile/clock-sh7372.c > +++ b/arch/arm/mach-shmobile/clock-sh7372.c > @@ -548,7 +548,7 @@ void __init sh7372_clock_init(void) > ret = sh_clk_div6_register(div6_clks, DIV6_NR); > > if (!ret) > - ret = sh_clk_div6_reparent_register(div6_reparent_clks, DIV6_NR); > + ret = sh_clk_div6_reparent_register(div6_reparent_clks, DIV6_REPARENT_NR); > > if (!ret) > ret = sh_clk_mstp32_register(mstp_clks, MSTP_NR); Applied, thanks.