Re: [PATCH] net: unregister_netdevice as void

2007-02-07 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Mon, 18 Dec 2006 21:05:11 -0800 > There was no real useful information from the unregister_netdevice() return > code, the only error occurred in a situation that was a driver bug. So > change it to a void function. > > Signed-off-by: Stephen Hemmi

[PATCH] net: unregister_netdevice as void

2006-12-19 Thread Stephen Hemminger
There was no real useful information from the unregister_netdevice() return code, the only error occurred in a situation that was a driver bug. So change it to a void function. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- include/linux/netdevice.h |2 +- net/core/dev.c