Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265560
b: refs/heads/master
c: 44861f4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Aug 26, 2011
1 parent b6ed7b5 commit 9cb0714
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: 3756a89f3d039d8a6aa2556f8d57d4b2ec25d5dd
refs/heads/master: 44861f4455a77beaec2e53459c77b7fb0eda91a7
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/brocade/bna/bnad.c
Original file line number Diff line number Diff line change
Expand Up @@ -3167,7 +3167,7 @@ bnad_pci_probe(struct pci_dev *pdev,
*/
err = bnad_pci_init(bnad, pdev, &using_dac);
if (err)
goto free_netdev;
goto unlock_mutex;

/*
* Initialize bnad structure
Expand Down Expand Up @@ -3296,9 +3296,9 @@ bnad_pci_probe(struct pci_dev *pdev,
bnad_uninit(bnad);
pci_uninit:
bnad_pci_uninit(pdev);
unlock_mutex:
mutex_unlock(&bnad->conf_mutex);
bnad_lock_uninit(bnad);
free_netdev:
free_netdev(netdev);
return err;
}
Expand Down

0 comments on commit 9cb0714

Please sign in to comment.