mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[PATCH] myri10ge - drop workaround for the missing AER ext cap on nVidia CK804
We don't need to hardcode the AER capability of the nVidia CK804 chipset
anymore since commit cf34a8e07f
(PCI: nVidia
quirk to make AER PCI-E extended capability visible) now makes sure that
this cap will be available to pci_find_ext_capability().
Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
af57d238aa
commit
69eb887b0c
@ -2251,12 +2251,6 @@ static void myri10ge_enable_ecrc(struct myri10ge_priv *mgp)
|
||||
}
|
||||
|
||||
cap = pci_find_ext_capability(bridge, PCI_EXT_CAP_ID_ERR);
|
||||
/* nvidia ext cap is not always linked in ext cap chain */
|
||||
if (!cap
|
||||
&& bridge->vendor == PCI_VENDOR_ID_NVIDIA
|
||||
&& bridge->device == PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_PCIE)
|
||||
cap = 0x160;
|
||||
|
||||
if (!cap)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user