From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: shmobile: r8a7790: Correct typo in clocks
Date: Wed, 06 Nov 2013 08:35:58 +0000 [thread overview]
Message-ID: <20131106083556.GC14694@verge.net.au> (raw)
In-Reply-To: <87zjpiysh4.wl%kuninori.morimoto.gx@renesas.com>
On Tue, Nov 05, 2013 at 10:06:20PM -0800, Kuninori Morimoto wrote:
>
> Hi Simon
>
> > This is the r8a7790 SoC not the r8a77a4 SoC and
> > clocks are updated in r8a7790_clock_init. not r8a73a4_clock_init.
Ironically there is a typo in the line above.
I'll fix that up before applying the patch.
> >
> > Signed-off-by: Simon Horman <horms+renesas@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,
> > };
>
> Hahaha, Nice catch :)
>
> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Best regards
> ---
> Kuninori Morimoto
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2013-11-06 8:35 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-06 5:01 [PATCH] ARM: shmobile: r8a7790: Correct typo in clocks Simon Horman
2013-11-06 6:06 ` Kuninori Morimoto
2013-11-06 8:35 ` Simon Horman [this message]
2013-11-08 7:59 ` Simon Horman
2014-02-06 0:25 ` [PATCH] ARM: shmobile: r8a7790: Correct SYS DMAC clock defines Simon Horman
2014-02-06 10:28 ` Laurent Pinchart
2014-02-07 0:24 ` Simon Horman
2014-02-10 12:22 ` Ben Dooks
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=20131106083556.GC14694@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.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).