commit | 87578b50d8ad657ea8fe1417fa0eedbbbdfe9d29 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Sat Feb 29 23:20:32 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 04 14:21:00 2020 -0800 |
tree | c38b6f585982f933bc8b0fb678ab74679cfdc53e | |
parent | 5a1c63f129415bb8382a369275c3f2eb9cd92265 [diff] |
net: marvell: add PCI_STATUS_SIG_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 Marvell drivers we have to add PCI_STATUS_SIG_TARGET_ABORT to the error bits. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>