On Thu, 25 May 2006 15:31:24 +0200, Jiri Benc wrote:
>   err2:
> -     free_netdev(dev);
> +     unregister_netdevice(dev);
>   err1:
>       rtnl_unlock();
> +     free_netdev(dev);
>       return ret;

Sorry, this is wrong. I didn't notice that br_dev_setup sets
dev->destructor to free_netdev. Corrected patch will follow.

 Jiri

-- 
Jiri Benc
SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to