Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127410
b: refs/heads/master
c: ef1bba2
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and Jesse Barnes committed Jan 7, 2009
1 parent 40d7b2b commit 40a40ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a479079c07211bf348ac8a79754f26bea258f26
refs/heads/master: ef1bba28bfe68ef3c0488feeaabd3e8bc523130c
4 changes: 2 additions & 2 deletions trunk/drivers/net/sfc/falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1403,9 +1403,9 @@ static irqreturn_t falcon_fatal_interrupt(struct efx_nic *efx)
}

/* Disable both devices */
pci_disable_device(efx->pci_dev);
pci_clear_master(efx->pci_dev);
if (FALCON_IS_DUAL_FUNC(efx))
pci_disable_device(nic_data->pci_dev2);
pci_clear_master(nic_data->pci_dev2);
falcon_disable_interrupts(efx);

if (++n_int_errors < FALCON_MAX_INT_ERRORS) {
Expand Down

0 comments on commit 40a40ab

Please sign in to comment.