lkml.org 
[lkml]   [2008]   [Sep]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateTue, 16 Sep 2008 11:31:14 -0700
From"H. Peter Anvin" <>
SubjectRe: [PATCH] introduce boot_printk()
Yinghai Lu wrote:
> On Tue, Sep 16, 2008 at 11:15 AM, H. Peter Anvin <hpa@zytor.com> wrote:
>> Yinghai Lu wrote:
>>> you still can use
>>> pci_printk(v, KERN_PCI KERN_DEBUG "...\n");
>>>
>>> if vprintk is expanded to handle KERN_PCI and other tags...
>>> or even you could use
>>> pci_printk(v, KERN_ACPI KERN_DEBUG "...\n");
>>>
>> And the point of this, other than sheer verbosity?
>
> let every file or componet of subsystem could control the print out
> via loglevel=pci_any_name:7
>

pci_printk(v, KERN_ACPI KERN_DEBUG "...\n");
^^^^ ^^^^^^^^^
Not only do you have duplication, here, but inconsistency...

-hpa


\
 
 \ /
  Last update: 2008-09-16 20:37    [from the cache]
©2003-2010