The patch titled 8139cp: removal of useless BUG_ON() check has been removed from the -mm tree. Its filename is 8139cp-removal-of-useless-bug_on-check.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: 8139cp: removal of useless BUG_ON() check From: Francois Romieu <romieu@xxxxxxxxxxxxx> netdev_priv() will provide a nice oops a few lines before the BUG_ON() check. Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/8139cp.c | 1 - 1 file changed, 1 deletion(-) diff -puN drivers/net/8139cp.c~8139cp-removal-of-useless-bug_on-check drivers/net/8139cp.c --- a/drivers/net/8139cp.c~8139cp-removal-of-useless-bug_on-check +++ a/drivers/net/8139cp.c @@ -2009,7 +2009,6 @@ static void cp_remove_one (struct pci_de 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) _ Patches currently in -mm which might be from romieu@xxxxxxxxxxxxx are git-netdev-all.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html