On Tue, Jun 01, 2010 at 09:27:02AM +0200, walter harms wrote: > > static int caif_net_open(struct net_device *dev) > > { > > - struct ser_device *ser; > > - ser = netdev_priv(dev); > > netif_wake_queue(dev); > > return 0; > > } > > > what makes caif_net_open() obsolet ? > No. It has to return an int to match this: int (*ndo_open)(struct net_device *dev); regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html