commit | a84bf9970eab4038bbcc492a70a2d934a367068f | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Feb 29 23:21:45 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 04 14:21:00 2020 -0800 |
tree | 80397a63715b159b12ab99b947b0c58df1919228 | |
parent | 87578b50d8ad657ea8fe1417fa0eedbbbdfe9d29 [diff] |
net: skfp: add PCI_STATUS_REC_TARGET_ABORT to PCI status error bits In preparation of factoring out PCI_STATUS error bit handling let drivers use the same collection of error bits. To facilitate bisecting we do this in a separate patch per affected driver. For the skfp driver we have to add PCI_STATUS_REC_TARGET_ABORT to the error bits. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>