Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97327
b: refs/heads/master
c: 2c118e0
h: refs/heads/master
i:
  97325: c6109d3
  97323: 1e4eb36
  97319: 0031b4a
  97311: 748830a
v: v3
  • Loading branch information
Ben Hutchings authored and Jeff Garzik committed May 22, 2008
1 parent 60641a0 commit 4274890
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: f7f13b0b9253e21557ad090144a44f20860332f1
refs/heads/master: 2c118e0f6b7f3b8021df3c80c80c0545402f38b4
4 changes: 2 additions & 2 deletions trunk/drivers/net/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ static int efx_init_io(struct efx_nic *efx)
fail4:
release_mem_region(efx->membase_phys, efx->type->mem_map_size);
fail3:
efx->membase_phys = 0UL;
efx->membase_phys = 0;
fail2:
pci_disable_device(efx->pci_dev);
fail1:
Expand All @@ -811,7 +811,7 @@ static void efx_fini_io(struct efx_nic *efx)

if (efx->membase_phys) {
pci_release_region(efx->pci_dev, efx->type->mem_bar);
efx->membase_phys = 0UL;
efx->membase_phys = 0;
}

pci_disable_device(efx->pci_dev);
Expand Down

0 comments on commit 4274890

Please sign in to comment.