Hi Tyler,Hello Bjorn,
On Wed, Nov 15, 2017 at 09:47:41AM -0500, Tyler Baicar wrote:
On 10/17/2017 11:42 AM, Tyler Baicar wrote:Sorry, I am preparing the 4.15 pull request right now, and it doesn't
Currently the AER driver uses cper_print_bits() to print the AER statusHello,
string. This causes the status string to not include the proper PCI device
name prefix that the other AER prints include. Also, it has a different
print level than all the other AER prints.
Update the AER driver to print the AER status string with the proper string
prefix and proper print level.
Will this patch be pulled into 4.15?
include this change.
I do like the dev_err() change, but would prefer fewer lines of
output. I could have applied just the dev_err() change, but to
minimize pain for people who parse the logs, I'd rather make one
change in the output instead of making one change now and another
later.