X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pmd_e1000%2Fe1000%2Fe1000_82542.c;h=afea4697d426e9d0dc5f2ba2ffa569a36c4e232a;hb=4bb4414040ffdc9f2676f22b540b8c77d2ba00fc;hp=0d5b536ae1c352f3ec24a4461e990674ec10af1d;hpb=5a32a257f957fd88623d5cf9a0873d996f889ca6;p=dpdk.git diff --git a/lib/librte_pmd_e1000/e1000/e1000_82542.c b/lib/librte_pmd_e1000/e1000/e1000_82542.c index 0d5b536ae1..afea4697d4 100644 --- a/lib/librte_pmd_e1000/e1000/e1000_82542.c +++ b/lib/librte_pmd_e1000/e1000/e1000_82542.c @@ -1,6 +1,6 @@ /******************************************************************************* -Copyright (c) 2001-2012, Intel Corporation +Copyright (c) 2001-2014, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without @@ -316,7 +316,7 @@ STATIC s32 e1000_init_hw_82542(struct e1000_hw *hw) STATIC s32 e1000_setup_link_82542(struct e1000_hw *hw) { struct e1000_mac_info *mac = &hw->mac; - s32 ret_val = E1000_SUCCESS; + s32 ret_val; DEBUGFUNC("e1000_setup_link_82542");