From: Ben Hutchings Date: Wed, 26 Jun 2013 23:13:07 +0000 (+0100) Subject: sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up() X-Git-Tag: v3.12-rc1~132^2~162^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba388fdd08ff458fabc8588e565b5d031191c50a;p=pandora-kernel.git sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up() efx_reset_up() calls efx_nic_type::reconfigure_mac once directly, then again through efx_start_all() -> efx_start_port() -> efx->type->reconfigure_mac(). This first call is also made too early to work properly on EF10. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed