Re: [PATCH] PCI probing debug message uniformization

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bjorn Helgaas
Date: Friday, October 3, 2008 - 11:57 am

On Friday 03 October 2008 12:13:14 pm Vincent Legoll wrote:

It'll be easier for Jesse if you include the proper changelog again
with just a 1-2 line sample of the changed messages.  BTW, the "--"
before your sig confused my mailer into not quoting the patch itself,
hence the screwed up formatting below.


dev_info() is exactly equivalent to dev_printk(KERN_INFO).  I usually
use dev_info(), though I'm a bit ambivalent because it's nice to be
able to grep for "printk".  Anyway, maybe you can correct the grammar
of "enabled forcedly" to something like "you can enable with ..." when
you re-post with the changelog.

(Note that dev_dbg() is NOT exactly equivalent to dev_printk(KERN_DEBUG),
so you can't change all of them.  dev_printk(KERN_DEBUG) is always
compiled in, while dev_dbg() is only compiled in when "DEBUG" is defined.)

Bjorn
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] PCI probing debug message uniformization, Vincent Legoll, (Mon Sep 29, 2:03 pm)
Re: [PATCH] PCI probing debug message uniformization, Jesse Barnes, (Thu Oct 2, 11:46 am)
Re: [PATCH] PCI probing debug message uniformization, Bjorn Helgaas, (Thu Oct 2, 11:59 am)
Re: [PATCH] PCI probing debug message uniformization, Vincent Legoll, (Fri Oct 3, 2:14 am)
Re: [PATCH] PCI probing debug message uniformization, Vincent Legoll, (Fri Oct 3, 11:13 am)
Re: [PATCH] PCI probing debug message uniformization, Bjorn Helgaas, (Fri Oct 3, 11:57 am)
Re: [PATCH] PCI probing debug message uniformization, Vincent Legoll, (Fri Oct 3, 3:50 pm)
Re: [PATCH] PCI probing debug message uniformization, Jesse Barnes, (Fri Oct 10, 9:07 am)
Re: [PATCH] PCI probing debug message uniformization, Vincent Legoll, (Sun Oct 12, 3:26 am)
Re: [PATCH] PCI probing debug message uniformization, Jesse Barnes, (Wed Oct 15, 3:49 am)