Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2008-01-22 Thread Bjorn Helgaas
On Monday 17 December 2007 02:09:40 pm [EMAIL PROTECTED] wrote: > Convert quirk printks to dev_printk(). > > Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> > > --- > arch/x86/kernel/quirks.c | 42 ++ > arch/x86/pci/fixup.c | 22

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2008-01-22 Thread Bjorn Helgaas
On Monday 17 December 2007 02:09:40 pm [EMAIL PROTECTED] wrote: Convert quirk printks to dev_printk(). Signed-off-by: Bjorn Helgaas [EMAIL PROTECTED] --- arch/x86/kernel/quirks.c | 42 ++ arch/x86/pci/fixup.c | 22 +++--- 2

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Ingo Molnar
* Greg KH <[EMAIL PROTECTED]> wrote: > How about you drop this one patch, and I'll keep it, as it goes along > with the other 2 patches in his series, and I'll make sure to check if > I have future pci quirk patches that affect the x86/ directory. > > Sound reasonable? sure enough - dropped.

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Greg KH
On Fri, Dec 21, 2007 at 11:40:53PM +0100, Ingo Molnar wrote: > > * Greg KH <[EMAIL PROTECTED]> wrote: > > > > > arch/x86/kernel/quirks.c | 42 > > > > ++ > > > > arch/x86/pci/fixup.c | 22 +++--- > > > > > > That made it hard.

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Ingo Molnar
* Greg KH <[EMAIL PROTECTED]> wrote: > > > arch/x86/kernel/quirks.c | 42 ++ > > > arch/x86/pci/fixup.c | 22 +++--- > > > > That made it hard. Arguably one file is PCI tree and the other is > > x86 tree. > > Hm, as traditionally

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Greg KH
On Fri, Dec 21, 2007 at 01:47:35PM -0800, Andrew Morton wrote: > On Tue, 18 Dec 2007 14:58:01 +0100 > Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Convert quirk printks to dev_printk(). > > > > thanks, applied the x86 bits. > > > >

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Andrew Morton
On Tue, 18 Dec 2007 14:58:01 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Convert quirk printks to dev_printk(). > > thanks, applied the x86 bits. > Greg applied it too. Could you guys please sort out some sort of who-owns-what

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Andrew Morton
On Tue, 18 Dec 2007 14:58:01 +0100 Ingo Molnar [EMAIL PROTECTED] wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Convert quirk printks to dev_printk(). thanks, applied the x86 bits. Greg applied it too. Could you guys please sort out some sort of who-owns-what protocol? Thanks.

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Ingo Molnar
* Greg KH [EMAIL PROTECTED] wrote: arch/x86/kernel/quirks.c | 42 ++ arch/x86/pci/fixup.c | 22 +++--- That made it hard. Arguably one file is PCI tree and the other is x86 tree. Hm, as traditionally we haven't had

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Greg KH
On Fri, Dec 21, 2007 at 01:47:35PM -0800, Andrew Morton wrote: On Tue, 18 Dec 2007 14:58:01 +0100 Ingo Molnar [EMAIL PROTECTED] wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Convert quirk printks to dev_printk(). thanks, applied the x86 bits. Greg applied it too.

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Greg KH
On Fri, Dec 21, 2007 at 11:40:53PM +0100, Ingo Molnar wrote: * Greg KH [EMAIL PROTECTED] wrote: arch/x86/kernel/quirks.c | 42 ++ arch/x86/pci/fixup.c | 22 +++--- That made it hard. Arguably one file is PCI

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-21 Thread Ingo Molnar
* Greg KH [EMAIL PROTECTED] wrote: How about you drop this one patch, and I'll keep it, as it goes along with the other 2 patches in his series, and I'll make sure to check if I have future pci quirk patches that affect the x86/ directory. Sound reasonable? sure enough - dropped.

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-18 Thread Ingo Molnar
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Convert quirk printks to dev_printk(). thanks, applied the x86 bits. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-18 Thread Ingo Molnar
* [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Convert quirk printks to dev_printk(). thanks, applied the x86 bits. Ingo -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-17 Thread bjorn . helgaas
Convert quirk printks to dev_printk(). Signed-off-by: Bjorn Helgaas <[EMAIL PROTECTED]> --- arch/x86/kernel/quirks.c | 42 ++ arch/x86/pci/fixup.c | 22 +++--- 2 files changed, 33 insertions(+), 31 deletions(-) Index:

[patch 3/3] PCI: use dev_printk in x86 quirk messages

2007-12-17 Thread bjorn . helgaas
Convert quirk printks to dev_printk(). Signed-off-by: Bjorn Helgaas [EMAIL PROTECTED] --- arch/x86/kernel/quirks.c | 42 ++ arch/x86/pci/fixup.c | 22 +++--- 2 files changed, 33 insertions(+), 31 deletions(-) Index: