login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
17
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
Date: Wednesday, September 17, 2008 - 4:03 pm
On Wed, Sep 17, 2008 at 3:28 PM, Bjorn Helgaas <bjorn.helgaas@hp.com> wrote:
quoted text
> On Wednesday 17 September 2008 02:27:44 am Yinghai Lu wrote: >> v2: use printk(KERN_DEBUG KERN_PCI ... >> v3: fix checkpatch error and warning >> >> Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> >> >> --- >> drivers/pci/probe.c | 28 +++++++++++++++++----------- >> 1 file changed, 17 insertions(+), 11 deletions(-) >> >> Index: linux-2.6/drivers/pci/probe.c >> =================================================================== >> --- linux-2.6.orig/drivers/pci/probe.c >> +++ linux-2.6/drivers/pci/probe.c >> @@ -304,7 +304,8 @@ static int __pci_read_base(struct pci_de >> } else { >> res->start = l64; >> res->end = l64 + sz64; >> - printk(KERN_DEBUG "PCI: %s reg %x 64bit mmio: [%llx, %llx]\n", >> + printk(KERN_DEBUG KERN_PCI >> + "PCI: %s reg %x 64bit mmio: [%llx, %llx]\n", >> pci_name(dev), pos, res->start, res->end); > > I really don't understand the point of this series. I think > the user experience is too confusing. > > But if you're going to change printks like the one above, > please at least make it use dev_printk() like most of the > rest of the PCI core.
will look at dev_printk... YH --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 1/6] add DEFINE_LOGLEVEL_SETUP v7
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 2/6] pci: add KERN_PCI
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 3/6] pci: using printk(KERN_PCI v3
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 4/6] acpi: add KERN_ACPI v3
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 5/6] apci: dump slit with printk(KERN_ACPI...)
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
[PATCH 6/6] x86: add KERN_APIC
, Yinghai Lu
, (Wed Sep 17, 1:27 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Ingo Molnar
, (Wed Sep 17, 1:35 am)
Re: [PATCH 6/6] x86: add KERN_APIC
, Ingo Molnar
, (Wed Sep 17, 1:38 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Yinghai Lu
, (Wed Sep 17, 1:41 am)
Re: [PATCH 6/6] x86: add KERN_APIC
, Yinghai Lu
, (Wed Sep 17, 1:45 am)
Re: [PATCH 6/6] x86: add KERN_APIC
, Ingo Molnar
, (Wed Sep 17, 1:52 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Andrew Morton
, (Wed Sep 17, 1:55 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Ingo Molnar
, (Wed Sep 17, 2:27 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Robert Richter
, (Wed Sep 17, 3:11 am)
Re: [PATCH 6/6] x86: add KERN_APIC
, Frans Pop
, (Wed Sep 17, 5:08 am)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Yinghai Lu
, (Wed Sep 17, 9:25 am)
Re: [PATCH 6/6] x86: add KERN_APIC
, Yinghai Lu
, (Wed Sep 17, 9:30 am)
Re: [PATCH 5/6] apci: dump slit with printk(KERN_ACPI...)
, Marcin Slusarz
, (Wed Sep 17, 11:19 am)
Re: [PATCH 5/6] apci: dump slit with printk(KERN_ACPI...)
, Yinghai Lu
, (Wed Sep 17, 11:28 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Jason Baron
, (Wed Sep 17, 11:46 am)
Re: [PATCH 5/6] apci: dump slit with printk(KERN_ACPI...)
, Marcin Slusarz
, (Wed Sep 17, 11:56 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, H. Peter Anvin
, (Wed Sep 17, 12:25 pm)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Bjorn Helgaas
, (Wed Sep 17, 3:28 pm)
Re: [PATCH 3/6] pci: using printk(KERN_PCI v3
, Yinghai Lu
, (Wed Sep 17, 4:03 pm)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Ingo Molnar
, (Thu Sep 18, 3:57 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, H. Peter Anvin
, (Thu Sep 18, 8:36 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Jason Baron
, (Thu Sep 18, 8:50 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, H. Peter Anvin
, (Thu Sep 18, 8:57 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Jason Baron
, (Thu Sep 18, 9:19 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, H. Peter Anvin
, (Thu Sep 18, 11:39 am)
Re: [PATCH 0/6] loglevel=pci:8,acpi:8,apic=8 support v6
, Yinghai Lu
, (Thu Sep 18, 12:06 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann