[PATCH v3 2/3] ARM: iop32x: improve N2100 PCI broken parity quirk
Heiner Kallweit
hkallweit1 at gmail.com
Wed Jan 6 12:51:43 EST 2021
Use new PCI core function pci_quirk_broken_parity() to disable
parity checking.
Signed-off-by: Heiner Kallweit <hkallweit1 at gmail.com>
---
v2:
- remove additional changes from this patch
v3:
- improve commit message
---
arch/arm/mach-iop32x/n2100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c
index 78b9a5ee4..9f2aae3cd 100644
--- a/arch/arm/mach-iop32x/n2100.c
+++ b/arch/arm/mach-iop32x/n2100.c
@@ -125,7 +125,7 @@ static void n2100_fixup_r8169(struct pci_dev *dev)
if (dev->bus->number == 0 &&
(dev->devfn == PCI_DEVFN(1, 0) ||
dev->devfn == PCI_DEVFN(2, 0)))
- dev->broken_parity_status = 1;
+ pci_quirk_broken_parity(dev);
}
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_REALTEK, PCI_ANY_ID, n2100_fixup_r8169);
--
2.30.0
More information about the linux-arm-kernel
mailing list