Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266213
b: refs/heads/master
c: 0ccb974
h: refs/heads/master
i:
  266211: 544354d
v: v3
  • Loading branch information
Don Skidmore authored and Jeff Kirsher committed Sep 29, 2011
1 parent 9a91655 commit 099eaaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f3df98ec9e8ed127456a601f99619c88e9d6017f
refs/heads/master: 0ccb974df5ac5f721491c1f07154450168b6fd0a
6 changes: 5 additions & 1 deletion trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2175,8 +2175,12 @@ static irqreturn_t ixgbe_intr(int irq, void *data)

switch (hw->mac.type) {
case ixgbe_mac_82599EB:
case ixgbe_mac_X540:
ixgbe_check_sfp_event(adapter, eicr);
/* Fall through */
case ixgbe_mac_X540:
if (eicr & IXGBE_EICR_ECC)
e_info(link, "Received unrecoverable ECC err, please "
"reboot\n");
ixgbe_check_overtemp_event(adapter, eicr);
break;
default:
Expand Down

0 comments on commit 099eaaf

Please sign in to comment.