Re: [PATCH v6 06/16] PCI/AER: Move aer_print_source() earlier in file

2025-05-20 Thread Ilpo Järvinen
On Mon, 19 May 2025, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Move aer_print_source() earlier in the file so a future change can use it > from aer_print_error(), where it's easier to rate limit it. > > Signed-off-by: Bjorn Helgaas > --- > drivers/pci/pcie/aer.c | 24

Re: [PATCH v6 06/16] PCI/AER: Move aer_print_source() earlier in file

2025-05-19 Thread Sathyanarayanan Kuppuswamy
On 5/19/25 2:35 PM, Bjorn Helgaas wrote: From: Bjorn Helgaas Move aer_print_source() earlier in the file so a future change can use it from aer_print_error(), where it's easier to rate limit it. Signed-off-by: Bjorn Helgaas --- Reviewed-by: Kuppuswamy Sathyanarayanan drivers/pci/pci

[PATCH v6 06/16] PCI/AER: Move aer_print_source() earlier in file

2025-05-19 Thread Bjorn Helgaas
From: Bjorn Helgaas Move aer_print_source() earlier in the file so a future change can use it from aer_print_error(), where it's easier to rate limit it. Signed-off-by: Bjorn Helgaas --- drivers/pci/pcie/aer.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) di