From: Tobias Klauser Date: Thu, 2 Oct 2014 08:15:30 +0000 (+0200) Subject: net: ethernet: Remove superfluous ether_setup after alloc_etherdev X-Git-Tag: fixes-against-v3.18-rc2~144^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a05880a8b22c6ba2ffdabbceb4635d28abe9072;p=pandora-kernel.git net: ethernet: Remove superfluous ether_setup after alloc_etherdev There is no need to call ether_setup after alloc_ethdev since it was already called there. Follow commits c706471b2601 ("net: axienet: remove unnecessary ether_setup after alloc_etherdev") and 3c87dcbfb36c ("net: ll_temac: Remove unnecessary ether_setup after alloc_etherdev") and fix the pattern in all remaining ethernet drivers. Signed-off-by: Tobias Klauser Acked-by: Nicolas Ferre Signed-off-by: David S. Miller --- Reading git-diff-tree failed