From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: mach-shmobile: modify wrong array size of div6_reparent_clks
Date: Thu, 16 Sep 2010 08:21:40 +0000 [thread overview]
Message-ID: <20100916082140.GD12314@linux-sh.org> (raw)
In-Reply-To: <w3peicvwlyp.wl%kuninori.morimoto.gx@renesas.com>
On Wed, Sep 15, 2010 at 03:38:07PM +0900, Kuninori Morimoto wrote:
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> 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.
prev parent reply other threads:[~2010-09-16 8:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-15 6:38 [PATCH 1/2] ARM: mach-shmobile: modify wrong array size of Kuninori Morimoto
2010-09-15 8:21 ` [PATCH 1/2] ARM: mach-shmobile: modify wrong array size of div6_reparent_clks Magnus Damm
2010-09-15 8:39 ` [PATCH 1/2] ARM: mach-shmobile: modify wrong array size of Guennadi Liakhovetski
2010-09-16 8:21 ` Paul Mundt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100916082140.GD12314@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-sh@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).