e1000e: cleanup: remove unreachable statement

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Bruce Allan 2012-02-08 02:55:19 +00:00 committed by Jeff Kirsher
parent d7eb33840b
commit f1a3fe17f9
1 changed files with 0 additions and 2 deletions

View File

@ -2161,8 +2161,6 @@ static s32 e1000_valid_nvm_bank_detect_ich8lan(struct e1000_hw *hw, u32 *bank)
e_dbg("ERROR: No valid NVM bank present\n"); e_dbg("ERROR: No valid NVM bank present\n");
return -E1000_ERR_NVM; return -E1000_ERR_NVM;
} }
return 0;
} }
/** /**