dect
/
linux-2.6
Archived
13
0
Fork 0

8139cp: removal of useless BUG_ON() check

netdev_priv() will provide a nice oops a few lines before
the BUG_ON() check.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
This commit is contained in:
Francois Romieu 2006-08-15 16:22:27 +02:00
parent d03d376dd2
commit e68970e754
1 changed files with 0 additions and 1 deletions

View File

@ -2009,7 +2009,6 @@ static void cp_remove_one (struct pci_dev *pdev)
struct net_device *dev = pci_get_drvdata(pdev);
struct cp_private *cp = netdev_priv(dev);
BUG_ON(!dev);
unregister_netdev(dev);
iounmap(cp->regs);
if (cp->wol_enabled)