]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/8390.c
tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lock
[linux-2.6-omap-h63xx.git] / drivers / net / 8390.c
index a499e867f0f456ea60fb246b2ecdbb04d465b150..dc5d2584bd0cb78a93a8a25cd06a81adb8962ee9 100644 (file)
@@ -34,7 +34,7 @@ struct net_device *__alloc_ei_netdev(int size)
 
 void NS8390_init(struct net_device *dev, int startp)
 {
-       return __NS8390_init(dev, startp);
+       __NS8390_init(dev, startp);
 }
 
 EXPORT_SYMBOL(ei_open);