Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175510
b: refs/heads/master
c: 3db95e5
h: refs/heads/master
v: v3
  • Loading branch information
Lennert Buytenhek authored and John W. Linville committed Dec 7, 2009
1 parent 1c754ec commit 7d5d948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 89b872e2e476833cde8aaac658c75817f67e8f81
refs/heads/master: 3db95e50c8813d8ed04a1ec7cd7b77dba7c81c80
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/mwl8k.c
Original file line number Diff line number Diff line change
Expand Up @@ -3378,7 +3378,7 @@ static int __devinit mwl8k_probe(struct pci_dev *pdev,
if (rc) {
printk(KERN_ERR "%s: Cannot obtain PCI resources\n",
MWL8K_NAME);
return rc;
goto err_disable_device;
}

pci_set_master(pdev);
Expand Down Expand Up @@ -3609,6 +3609,8 @@ static int __devinit mwl8k_probe(struct pci_dev *pdev,

err_free_reg:
pci_release_regions(pdev);

err_disable_device:
pci_disable_device(pdev);

return rc;
Expand Down

0 comments on commit 7d5d948

Please sign in to comment.