]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: iop32x: disable N2100 PCI parity reporting
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 30 Mar 2021 17:43:18 +0000 (12:43 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 31 Mar 2021 17:29:40 +0000 (12:29 -0500)
commit0a0b5f4b43671f8f128eb438edacee0a1d113385
tree156fc86b7d7f75271356e14dab4520069a10a2e2
parentd06a113fec57b2c012b94241af4a1bc5656458a2
ARM: iop32x: disable N2100 PCI parity reporting

On the N2100, instead of just marking the r8169 chips as having
broken_parity_status, disable parity error reporting for them entirely.

This was the only relevant place that set broken_parity_status, so we no
longer need to check for it in the r8169 error interrupt handler.

[bhelgaas: squash into one patch, commit log]
Link: https://lore.kernel.org/r/20210330174318.1289680-4-helgaas@kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Krzysztof WilczyƄski <kw@linux.com>
arch/arm/mach-iop32x/n2100.c
drivers/net/ethernet/realtek/r8169_main.c