]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbevf: Remove checking for mac.ops function pointers
authorGreg Rose <gregory.v.rose@intel.com>
Fri, 2 Nov 2012 05:50:47 +0000 (05:50 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 15 Nov 2012 14:02:20 +0000 (06:02 -0800)
commitf554d05e0ef3982d175d3a5e787271d41e778fc1
treed843239cbd182aff9c453fe9c87799bd3b49fde8
parente1f45f4b533f1a6500044a79abe96dab4e47576f
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