vsprintf: split out '%p' handling logic
[pandora-kernel.git] / drivers / net / 8390.c
index a499e86..dc5d258 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);