]> 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)
commit84a78499762a1a1cf35ba28f5b429b63b2858b4a
treed145f12c753a7d8b5865427524f3426d0cbff1ac
parent08bbf633ce4b1ebf9414f76a5bf5a5595498efc2
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