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

2024-12-11 Thread Jonathan Cameron
On Fri, 13 Sep 2024 17:36:32 +0300 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(). > > Signed-off-by: Ilpo Järvinen

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

2024-09-13 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 --- drivers/pci/pcie/aer.c | 12 ++-- 1 file changed, 6 inse