* [PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level>
@ 2010-09-12 5:10 Joe Perches
2010-09-12 5:10 ` [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level> Joe Perches
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2010-09-12 5:10 UTC (permalink / raw)
To: linux-arm-kernel
Most of these are pr_debug(KERN_<foo>.
pr_<level>(KERN_<level> is unnecessary.
Joe Perches (11):
arch/arm: Remove pr_<level> uses of KERN_<level>
arch/avr32: Remove pr_<level> uses of KERN_<level>
arch/microblaze: Remove pr_<level> uses of KERN_<level>
arch/mips: Remove pr_<level> uses of KERN_<level>
arch/powerpc: Remove pr_<level> uses of KERN_<level>
arch/x86: Remove pr_<level> uses of KERN_<level>
drivers/infiniband: Remove pr_<level> uses of KERN_<level>
drivers/net/skfp: Remove pr_<level> uses of KERN_<level>
drivers/staging/msm: Remove pr_<level> uses of KERN_<level>
drivers/usb/gadget: Remove pr_<level> uses of KERN_<level>
sound: Remove pr_<level> uses of KERN_<level>
arch/arm/mach-pxa/cpufreq-pxa2xx.c | 3 +-
arch/avr32/mach-at32ap/at32ap700x.c | 4 +-
arch/microblaze/kernel/exceptions.c | 16 ++----
arch/mips/kernel/irq-gic.c | 2 +-
arch/mips/pci/pci-rc32434.c | 2 +-
arch/powerpc/kvm/emulate.c | 4 +-
arch/powerpc/sysdev/pmi.c | 2 +-
arch/x86/kernel/apb_timer.c | 4 +-
drivers/infiniband/hw/amso1100/c2_intr.c | 4 +-
drivers/net/skfp/skfddi.c | 84 +++++++++++++++---------------
drivers/staging/msm/staging-devices.c | 2 +-
drivers/usb/gadget/r8a66597-udc.c | 2 +-
sound/ppc/snd_ps3.c | 2 +-
sound/soc/s3c24xx/s3c-dma.c | 3 +-
14 files changed, 64 insertions(+), 70 deletions(-)
--
1.7.3.rc1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level>
2010-09-12 5:10 [PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level> Joe Perches
@ 2010-09-12 5:10 ` Joe Perches
2010-09-14 7:37 ` Eric Miao
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2010-09-12 5:10 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Joe Perches <joe@perches.com>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level>
2010-09-12 5:10 ` [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level> Joe Perches
@ 2010-09-14 7:37 ` Eric Miao
0 siblings, 0 replies; 3+ messages in thread
From: Eric Miao @ 2010-09-14 7:37 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Sep 12, 2010 at 1:10 PM, Joe Perches <joe@perches.com> wrote:
> Signed-off-by: Joe Perches <joe@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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-14 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-12 5:10 [PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level> Joe Perches
2010-09-12 5:10 ` [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level> Joe Perches
2010-09-14 7:37 ` Eric Miao
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).