]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e/i40evf: Remove unused variable an_enable and function update_link_info
authorCatherine Sullivan <catherine.sullivan@intel.com>
Sat, 24 Jan 2015 09:58:41 +0000 (09:58 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 24 Feb 2015 01:13:18 +0000 (17:13 -0800)
commit21af70fbfe4fe1cec48c63332a83e9ce018bc330
treefbf4f181cac963305c1e991381d1309bbacd4ff2
parent9df42d1a8fd8ac137671e3e6c0c87ca2101d90e0
i40e/i40evf: Remove unused variable an_enable and function update_link_info

An_enable was never used only set so lets remove it. The function
update_link_info only did two things, call get_link_info and set
an_enabled. Therefore we should also remove update_link_info and
change all references to it to get_link_info.

Change-ID: Ie3022680fa7a94bfd495a4f5fc76a73701d85569
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_common.c
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
drivers/net/ethernet/intel/i40e/i40e_main.c
drivers/net/ethernet/intel/i40e/i40e_prototype.h
drivers/net/ethernet/intel/i40e/i40e_type.h
drivers/net/ethernet/intel/i40evf/i40e_type.h