Re: [PATCH 1/2] acpi: apei: handle PCIe AER errors in separate function

2017-11-09 Thread Borislav Petkov
On Wed, Nov 08, 2017 at 12:13:11PM -0700, Tyler Baicar wrote: > Move PCIe AER error handling code into a separate function. > > Signed-off-by: Tyler Baicar > --- > drivers/acpi/apei/ghes.c | 64 > +--- > 1 file changed, 34 insertions(+), 30 deletions(

[PATCH 1/2] acpi: apei: handle PCIe AER errors in separate function

2017-11-08 Thread Tyler Baicar
Move PCIe AER error handling code into a separate function. Signed-off-by: Tyler Baicar --- drivers/acpi/apei/ghes.c | 64 +--- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 3c