From: Stephen Hemminger Date: Wed, 7 Feb 2007 08:09:58 +0000 (-0800) Subject: [NET]: unregister_netdevice as void X-Git-Tag: v2.6.21-rc1~83^2~65^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f8cde5bc336fd19603bb8c4572b33d14f14f87;p=pandora-kernel.git [NET]: unregister_netdevice as void 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed