PCI/AER: Log actual error causes in aer_inject
authorJean Delvare <jdelvare@suse.de>
Thu, 18 Feb 2016 12:52:46 +0000 (13:52 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 8 Mar 2016 21:51:25 +0000 (15:51 -0600)
commit96b45ea5dc19425ca04b53ab2b56af9e2bcc28c6
tree403e237ac4d0ab552f4685bf3a63b945d5ba0257
parent3bc11851413fcf58f6a2d8f69346609c9db339ed
PCI/AER: Log actual error causes in aer_inject

The aer_inject driver is very quiet.  In most cases, it merely returns an
error code to user-space, leaving the user with little clue about the
actual reason for the failure.

So, log error messages for 4 of the most frequent causes of failure:
* Can't find the root port of the specified device.
* Device doesn't support AER.
* Root port doesn't support AER.
* AER device not found.

This gives the user a chance to understand why aer-inject failed.

Based on a preliminary patch by Thomas Renninger.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Borislav Petkov <bp@suse.de>
CC: Thomas Renninger <trenn@suse.de>
drivers/pci/pcie/aer/aer_inject.c