OSDN Git Service

r8169: add PCI_STATUS_PARITY to PCI status error bits
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 29 Feb 2020 22:22:55 +0000 (23:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 22:21:00 +0000 (14:21 -0800)
commit90760b21aef4e0cba31a27b454816c8881076960
tree225287ea9505f4b6a7a82b27c095e13bb161d79a
parenta84bf9970eab4038bbcc492a70a2d934a367068f
r8169: add PCI_STATUS_PARITY 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 r8169 driver we have to
add PCI_STATUS_PARITY to the error bits.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c