Re: [PATCH v8 17/20] PCI/AER: Simplify add_error_device()

2025-05-23 Thread Ilpo Järvinen
On Thu, 22 May 2025, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > Return -ENOSPC error early so the usual path through add_error_device() is > the straightline code. > > Signed-off-by: Bjorn Helgaas > --- > drivers/pci/pcie/aer.c | 15 +-- > 1 file changed, 9 insertions(+), 6 de

Re: [PATCH v8 17/20] PCI/AER: Simplify add_error_device()

2025-05-22 Thread Sathyanarayanan Kuppuswamy
On 5/22/25 4:21 PM, Bjorn Helgaas wrote: From: Bjorn Helgaas Return -ENOSPC error early so the usual path through add_error_device() is the straightline code. Signed-off-by: Bjorn Helgaas --- Reviewed-by: Kuppuswamy Sathyanarayanan drivers/pci/pcie/aer.c | 15 +-- 1 fil