]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Remove dead code path
authorMatthew Vick <matthew.vick@intel.com>
Tue, 16 Apr 2013 00:53:04 +0000 (00:53 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 25 Apr 2013 03:36:02 +0000 (20:36 -0700)
commitcaface05b8f93a94e968193bd8a2304336e43f26
treed145f12c753a7d8b5865427524f3426d0cbff1ac
parent87313080a56a0a39c8751e349ef953ac9905bc8b
igb: Remove dead code path

The 82575 manual initialization scripts are not supported on 82580 and
above. Rather than call the function to immediately return, clarify the
code by removing this pointless function call.

Signed-off-by: Matthew Vick <matthew.vick@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/e1000_82575.c