Re: [PATCH v2] PCI/AER: Use a common function to print AER error bits

2018-05-07 Thread Bjorn Helgaas
On Mon, Apr 30, 2018 at 02:52:15PM -0500, Alexandru Gagniuc wrote: > On errors reported from CPER, cper_print_bits() was used to log the > AER bits. This resulted in hard-to-understand messages, without a > prefix. Instead use __aer_print_error() for both native AER and CPER > to provide a more con

[PATCH v2] PCI/AER: Use a common function to print AER error bits

2018-04-30 Thread Alexandru Gagniuc
On errors reported from CPER, cper_print_bits() was used to log the AER bits. This resulted in hard-to-understand messages, without a prefix. Instead use __aer_print_error() for both native AER and CPER to provide a more consistent log format. Signed-off-by: Alexandru Gagniuc --- Changes since v