Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28839
b: refs/heads/master
c: 6d56ab9
h: refs/heads/master
i:
  28837: a19e913
  28835: 58c85e2
  28831: d747d9c
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Jun 23, 2006
1 parent 3ad33a1 commit 57b5866
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: a192491ad58098f2c57d2d1efe721ea0634dc0aa
refs/heads/master: 6d56ab936237b429366ade0d2a1540c7e41beb87
4 changes: 2 additions & 2 deletions trunk/drivers/net/tokenring/olympic.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ static int __devinit olympic_probe(struct pci_dev *pdev, const struct pci_device
dev = alloc_trdev(sizeof(struct olympic_private)) ;
if (!dev) {
i = -ENOMEM;
goto op_free_dev;
goto op_release_dev;
}

olympic_priv = dev->priv ;
Expand Down Expand Up @@ -282,8 +282,8 @@ static int __devinit olympic_probe(struct pci_dev *pdev, const struct pci_device
if (olympic_priv->olympic_lap)
iounmap(olympic_priv->olympic_lap);

op_free_dev:
free_netdev(dev);
op_release_dev:
pci_release_regions(pdev);

op_disable_dev:
Expand Down

0 comments on commit 57b5866

Please sign in to comment.