From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/9] arch/arm: Fix continuation lines
Date: Mon, 12 Apr 2010 20:47:37 +0100 [thread overview]
Message-ID: <20100412194737.GS3048@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <0c97f736400ec243e71ba794ae7046a61d2449c1.1269655208.git.joe@perches.com>
This is Samsung stuff, it should be copied to Ben (added).
On Fri, Mar 26, 2010 at 07:27:50PM -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
> arch/arm/mach-s5pv210/clock.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
> index ccccae2..a989c5e 100644
> --- a/arch/arm/mach-s5pv210/clock.c
> +++ b/arch/arm/mach-s5pv210/clock.c
> @@ -394,8 +394,8 @@ void __init_or_cpufreq s5pv210_setup_clocks(void)
> pclk83 = hclk166 / GET_DIV(clkdiv0, S5P_CLKDIV0_PCLK83);
> pclk66 = hclk133 / GET_DIV(clkdiv0, S5P_CLKDIV0_PCLK66);
>
> - printk(KERN_INFO "S5PV210: ARMCLK=%ld, HCLKM=%ld, HCLKD=%ld, \
> - HCLKP=%ld, PCLKM=%ld, PCLKD=%ld, PCLKP=%ld\n",
> + printk(KERN_INFO "S5PV210: ARMCLK=%ld, HCLKM=%ld, HCLKD=%ld, "
> + "HCLKP=%ld, PCLKM=%ld, PCLKD=%ld, PCLKP=%ld\n",
> armclk, hclk200, hclk166, hclk133, pclk100, pclk83, pclk66);
>
> clk_fout_apll.rate = apll;
> --
> 1.7.0.14.g7e948
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2010-04-12 19:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1269655208.git.joe@perches.com>
2010-03-27 2:27 ` [PATCH 1/9] arch/arm: Fix continuation lines Joe Perches
2010-04-12 19:47 ` Russell King - ARM Linux [this message]
2010-04-12 20:00 ` [PATCH] MAINTAINERS: arch/arm/s3c and arch/arm/s5p Joe Perches
2010-04-12 23:53 ` Kyungmin Park
2010-04-13 2:47 ` Joe Perches
2010-04-16 19:43 ` Kyungmin Park
2010-05-04 0:46 ` Ben Dooks
2010-05-04 2:17 ` Kyungmin Park
2010-05-09 23:03 ` Kukjin Kim
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=20100412194737.GS3048@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--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).