linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Jiri Kosina <trivial@kernel.org>
Cc: linux-mips@linux-mips.org, alsa-devel@alsa-project.org,
	Marcelo Tosatti <mtosatti@redhat.com>,
	kvm@vger.kernel.org, Takashi Iwai <tiwai@suse.de>,
	Steve Wise <swise@opengridcomputing.com>,
	Tom Tucker <tom@opengridcomputing.com>,
	Jaroslav Kysela <perex@perex.cz>,
	Paul Mackerras <paulus@samba.org>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Sean Hefty <sean.hefty@intel.com>,
	devel@driverdev.osuosl.org,
	David Brownell <dbrownell@users.sourceforge.net>,
	Russell King <linux@arm.linux.org.uk>,
	linux-rdma@vger.kernel.org, x86@kernel.org,
	Alexander Graf <agraf@suse.de>, Ingo Molnar <mingo@redhat.com>,
	Avi Kivity <avi@redhat.com>,
	Hal Rosenstock <hal.rosenstock@gmail.com>,
	cbe-oss-dev@lists.ozlabs.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	microblaze-uclinux@itee.uq.edu.au, kvm-ppc@vger.kernel.org,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-arm-kernel@lists.infradead.org,
	Liam Girdwood <lrg@slimlogic.co.uk>,
	Michal Simek <monstr@monstr.eu>,
	Eric Miao <eric.y.miao@gmail.com>,
	Haavard Skinnemoen <hskinnemoen@atmel.com>,
	Geoff Levand <geoff@infradead.org>,
	netdev@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>,
	linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
	linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 00/11] treewide: Remove pr_<level> uses with KERN_<level>
Date: Sat, 11 Sep 2010 22:10:48 -0700	[thread overview]
Message-ID: <cover.1284267142.git.joe@perches.com> (raw)

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

             reply	other threads:[~2010-09-12  5:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-12  5:10 Joe Perches [this message]
2010-09-12  5:10 ` [PATCH 05/11] arch/powerpc: Remove pr_<level> uses of KERN_<level> Joe Perches
2010-09-12  5:10 ` [PATCH 11/11] sound: " Joe Perches
2010-09-13  8:25   ` Mark Brown
2010-09-13 17:55   ` Geoff Levand
2010-09-13 21:41   ` Takashi Iwai

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=cover.1284267142.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=agraf@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=avi@redhat.com \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=cbe-oss-dev@lists.ozlabs.org \
    --cc=dbrownell@users.sourceforge.net \
    --cc=devel@driverdev.osuosl.org \
    --cc=eric.y.miao@gmail.com \
    --cc=geoff@infradead.org \
    --cc=gregkh@suse.de \
    --cc=hal.rosenstock@gmail.com \
    --cc=hpa@zytor.com \
    --cc=hskinnemoen@atmel.com \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lrg@slimlogic.co.uk \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=mingo@redhat.com \
    --cc=monstr@monstr.eu \
    --cc=mtosatti@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=paulus@samba.org \
    --cc=perex@perex.cz \
    --cc=ralf@linux-mips.org \
    --cc=sean.hefty@intel.com \
    --cc=swise@opengridcomputing.com \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.de \
    --cc=tom@opengridcomputing.com \
    --cc=trivial@kernel.org \
    --cc=x86@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).