Re: pci: pci_printk use

2018-06-20 Thread Joe Perches
On Wed, 2018-06-20 at 08:28 -0500, Bjorn Helgaas wrote: > On Tue, Jun 19, 2018 at 09:33:18PM -0700, Joe Perches wrote: > > All the pci_printk uses are at KERN_DEBUG which is always > > emitted into the kernel logging whenever the console log > > level is high enough. > > > > Are any of these appro

Re: pci: pci_printk use

2018-06-20 Thread Bjorn Helgaas
On Tue, Jun 19, 2018 at 09:33:18PM -0700, Joe Perches wrote: > All the pci_printk uses are at KERN_DEBUG which is always > emitted into the kernel logging whenever the console log > level is high enough. > > Are any of these appropriate for conversion to pci_dbg > to allow these only to be emitted

pci: pci_printk use

2018-06-19 Thread Joe Perches
All the pci_printk uses are at KERN_DEBUG which is always emitted into the kernel logging whenever the console log level is high enough. Are any of these appropriate for conversion to pci_dbg to allow these only to be emitted via dynamic_debug or if necessary via a #define DEBUG during compilation