[NET]: unregister_netdevice as void
authorStephen Hemminger <shemminger@osdl.org>
Wed, 7 Feb 2007 08:09:58 +0000 (00:09 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 8 Feb 2007 20:39:06 +0000 (12:39 -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 Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found