Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233088
b: refs/heads/master
c: ce9736d
h: refs/heads/master
v: v3
  • Loading branch information
Tomoya authored and David S. Miller committed Feb 9, 2011
1 parent c1ce728 commit bdc73ab
Show file tree
Hide file tree
Showing 2 changed files with 2 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: eab743ede8c4a5e88533d022e9c5374ed08df4cb
refs/heads/master: ce9736d4fb48beed370e22ac156779746dda7b92
2 changes: 1 addition & 1 deletion trunk/drivers/net/can/pch_can.c
Original file line number Diff line number Diff line change
Expand Up @@ -959,13 +959,13 @@ static void __devexit pch_can_remove(struct pci_dev *pdev)
struct pch_can_priv *priv = netdev_priv(ndev);

unregister_candev(priv->ndev);
pci_iounmap(pdev, priv->regs);
if (priv->use_msi)
pci_disable_msi(priv->dev);
pci_release_regions(pdev);
pci_disable_device(pdev);
pci_set_drvdata(pdev, NULL);
pch_can_reset(priv);
pci_iounmap(pdev, priv->regs);
free_candev(priv->ndev);
}

Expand Down

0 comments on commit bdc73ab

Please sign in to comment.