aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/82571.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000e/82571.c')
-rw-r--r--drivers/net/e1000e/82571.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c
index c5dc1b3be230..474f4e419d20 100644
--- a/drivers/net/e1000e/82571.c
+++ b/drivers/net/e1000e/82571.c
@@ -948,10 +948,9 @@ static s32 e1000_init_hw_82571(struct e1000_hw *hw)
948 948
949 /* Initialize identification LED */ 949 /* Initialize identification LED */
950 ret_val = e1000e_id_led_init(hw); 950 ret_val = e1000e_id_led_init(hw);
951 if (ret_val) { 951 if (ret_val)
952 e_dbg("Error initializing identification LED\n"); 952 e_dbg("Error initializing identification LED\n");
953 return ret_val; 953 /* This is not fatal and we should not stop init due to this */
954 }
955 954
956 /* Disabling VLAN filtering */ 955 /* Disabling VLAN filtering */
957 e_dbg("Initializing the IEEE VLAN\n"); 956 e_dbg("Initializing the IEEE VLAN\n");