[PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level>

Eric Miao eric.y.miao at gmail.com
Tue Sep 14 03:37:20 EDT 2010


On Sun, Sep 12, 2010 at 1:10 PM, Joe Perches <joe at perches.com> wrote:
> Signed-off-by: Joe Perches <joe at perches.com>

Applied to 'fix', with a little bit modification to the subject line to follow
ARM patch title conventions.

> ---
>  arch/arm/mach-pxa/cpufreq-pxa2xx.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/cpufreq-pxa2xx.c b/arch/arm/mach-pxa/cpufreq-pxa2xx.c
> index 50d5939..58093d9 100644
> --- a/arch/arm/mach-pxa/cpufreq-pxa2xx.c
> +++ b/arch/arm/mach-pxa/cpufreq-pxa2xx.c
> @@ -312,8 +312,7 @@ static int pxa_set_target(struct cpufreq_policy *policy,
>        freqs.cpu = policy->cpu;
>
>        if (freq_debug)
> -               pr_debug(KERN_INFO "Changing CPU frequency to %d Mhz, "
> -                        "(SDRAM %d Mhz)\n",
> +               pr_debug("Changing CPU frequency to %d Mhz, (SDRAM %d Mhz)\n",
>                         freqs.new / 1000, (pxa_freq_settings[idx].div2) ?
>                         (new_freq_mem / 2000) : (new_freq_mem / 1000));
>
> --
> 1.7.3.rc1
>
>



More information about the linux-arm-kernel mailing list