|
@@ -2523,9 +2523,7 @@ int efx_try_recovery(struct efx_nic *efx)
|
|
|
* schedule a 'recover or reset', leading to this recovery handler.
|
|
|
* Manually call the eeh failure check function.
|
|
|
*/
|
|
|
- struct eeh_dev *eehdev =
|
|
|
- of_node_to_eeh_dev(pci_device_to_OF_node(efx->pci_dev));
|
|
|
-
|
|
|
+ struct eeh_dev *eehdev = pci_dev_to_eeh_dev(efx->pci_dev);
|
|
|
if (eeh_dev_check_failure(eehdev)) {
|
|
|
/* The EEH mechanisms will handle the error and reset the
|
|
|
* device if necessary.
|