From: Stephen Hemminger Date: Fri, 17 Nov 2006 21:41:58 +0000 (-0800) Subject: [PATCH] netdev: don't allow register_netdev with blank name X-Git-Tag: v2.6.20-rc1~34^2~40^2~463^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88041b79f864dcd7f95e1d594eba683244dd968a;p=pandora-kernel.git [PATCH] netdev: don't allow register_netdev with blank name This bit of old backwards compatibility cruft can be removed in 2.6.20. If there is still an device that calls register_netdev() with a zero or blank name, it will get -EINVAL from register_netdevice(). Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed