Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38327
b: refs/heads/master
c: 644c12d
h: refs/heads/master
i:
  38325: d93e781
  38323: 99c4ed1
  38319: caccaeb
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Oct 3, 2006
1 parent 4bdf368 commit 45134c2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 52e5f9d1cf0b10b24317037dcd1c9be38ca7011c
refs/heads/master: 644c12d7f695c0a30662ac781b0f06f79d7f9bab
3 changes: 1 addition & 2 deletions trunk/drivers/net/tokenring/tmspci.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,7 @@ static void __devexit tms_pci_detach (struct pci_dev *pdev)
{
struct net_device *dev = pci_get_drvdata(pdev);

if (!dev)
BUG();
BUG_ON(!dev);
unregister_netdev(dev);
release_region(dev->base_addr, TMS_PCI_IO_EXTENT);
free_irq(dev->irq, dev);
Expand Down

0 comments on commit 45134c2

Please sign in to comment.