Re: [PATCH v7 8/8] PCI/AER: Add prefixes to printouts

2024-12-18 Thread Ilpo Järvinen
On Tue, 17 Dec 2024, Yazen Ghannam wrote: > On Tue, Dec 17, 2024 at 03:53:58PM +0200, Ilpo Järvinen wrote: > > Only part of the AER diagnostic printouts use "AER:" prefix because > > they use low-level pci_printk() directly to allow selecting level. > > > > Add "AER:" prefix to lines that are pri

Re: [PATCH v7 8/8] PCI/AER: Add prefixes to printouts

2024-12-17 Thread Yazen Ghannam
On Tue, Dec 17, 2024 at 03:53:58PM +0200, Ilpo Järvinen wrote: > Only part of the AER diagnostic printouts use "AER:" prefix because > they use low-level pci_printk() directly to allow selecting level. > > Add "AER:" prefix to lines that are printed with pci_printk(). > Can we please include the

[PATCH v7 8/8] PCI/AER: Add prefixes to printouts

2024-12-17 Thread Ilpo Järvinen
Only part of the AER diagnostic printouts use "AER:" prefix because they use low-level pci_printk() directly to allow selecting level. Add "AER:" prefix to lines that are printed with pci_printk(). Signed-off-by: Ilpo Järvinen Reviewed-by: Jonathan Cameron --- drivers/pci/pcie/aer.c | 12 +