Loading net/wanrouter/wanmain.c +23 −28 Original line number Diff line number Diff line Loading @@ -602,10 +602,6 @@ static int wanrouter_device_new_if(struct wan_device *wandev, * successfully, add it to the interface list. */ if (dev->name == NULL) { err = -EINVAL; } else { #ifdef WANDEBUG printk(KERN_INFO "%s: registering interface %s...\n", wanrouter_modname, dev->name); Loading @@ -632,7 +628,6 @@ static int wanrouter_device_new_if(struct wan_device *wandev, err = 0; /* done !!! */ goto out; } } if (wandev->del_if) wandev->del_if(wandev, dev); free_netdev(dev); Loading Loading
net/wanrouter/wanmain.c +23 −28 Original line number Diff line number Diff line Loading @@ -602,10 +602,6 @@ static int wanrouter_device_new_if(struct wan_device *wandev, * successfully, add it to the interface list. */ if (dev->name == NULL) { err = -EINVAL; } else { #ifdef WANDEBUG printk(KERN_INFO "%s: registering interface %s...\n", wanrouter_modname, dev->name); Loading @@ -632,7 +628,6 @@ static int wanrouter_device_new_if(struct wan_device *wandev, err = 0; /* done !!! */ goto out; } } if (wandev->del_if) wandev->del_if(wandev, dev); free_netdev(dev); Loading