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
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