]> Pileus Git - ~andy/linux/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)
commit6cb7674bf2bc05c6219e33115ec76b7b401cd082
treed145f12c753a7d8b5865427524f3426d0cbff1ac
parent6f3dc319ec5c101e1e927e55d593ad6637648fe5
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