Re: [PATCH 01/10] PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()

2019-05-09 Thread Bjorn Helgaas
On Thu, May 09, 2019 at 08:36:16PM +0300, Andy Shevchenko wrote: > On Thu, May 9, 2019 at 5:17 PM Bjorn Helgaas wrote: > > > > From: Frederick Lawler > > > > Replace dev_printk(KERN_DEBUG) with dev_info() or dev_err() to be more > > consistent with other logging. > > > > These could be converted

Re: [PATCH 01/10] PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()

2019-05-09 Thread Andy Shevchenko
On Thu, May 9, 2019 at 5:17 PM Bjorn Helgaas wrote: > > From: Frederick Lawler > > Replace dev_printk(KERN_DEBUG) with dev_info() or dev_err() to be more > consistent with other logging. > > These could be converted to dev_dbg(), but that depends on > CONFIG_DYNAMIC_DEBUG and DEBUG, and we want m

[PATCH 01/10] PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()

2019-05-09 Thread Bjorn Helgaas
From: Frederick Lawler Replace dev_printk(KERN_DEBUG) with dev_info() or dev_err() to be more consistent with other logging. These could be converted to dev_dbg(), but that depends on CONFIG_DYNAMIC_DEBUG and DEBUG, and we want most of these messages to *always* be in the dmesg log. Also remove