ixgbevf: Remove checking for mac.ops function pointers
commit92fe0bf7d0169a8a077e76e387d939d974ee3745
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 2 Nov 2012 05:50:47 +0000 (2 05:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Nov 2012 14:02:20 +0000 (15 06:02 -0800)
treed843239cbd182aff9c453fe9c87799bd3b49fde8
parent7af335cc1491fc24633b6b8d0f249393bb977c75
ixgbevf: Remove checking for mac.ops function pointers

The function pointers will always be set - there is no good reason to
check them.  Also just remove get_bus_info() call as the VF has no bus
info to report.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c