![]() | |||||||||||||
Messages in this thread |
> > + unregister_netdev(dev); > > + iounmap((void *)dev->base_addr); > > + free_irq(dev->irq, dev); > > I'd rather inhibit irq first then release the ressources. > + free_irq(dev->irq, dev); > + iounmap((void *)dev->base_addr); > + unregister_netdev(dev); Fair enough. I just copied the sequence used in the original but your suggestion makes sense. I'll do that in my next patch. Thanks for the eyeballs :), Rasmus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:52 [from the cache] ©2003-2008 | |||||||||||||