Re: [PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()

2006-06-22 Thread Jeff Garzik
applied - 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

[PATCH] WAN: register_hdlc_device() doesn't need dev_alloc_name()

2006-06-22 Thread Krzysztof Halasa
David Boggs noticed that register_hdlc_device() no longer needs to call dev_alloc_name() as it's called by register_netdev(). register_hdlc_device() is currently equivalent to register_netdev(). hdlc_setup() is now EXPORTed as per David's request. Signed-off-by: Krzysztof Halasa <[EMAIL PROTECTED