Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214292
b: refs/heads/master
c: aa47632
h: refs/heads/master
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Sep 3, 2010
1 parent c5aaf23 commit d5fb27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e05e6a397c65ac9a31ce799cf85157f2d85f45b7
refs/heads/master: aa476321022ac6c3cb8ebfd1736555ccf61da276
4 changes: 2 additions & 2 deletions trunk/drivers/net/cxgb3/t3_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,7 @@ static int t3_handle_intr_status(struct adapter *adapter, unsigned int reg,
fatal++;
CH_ALERT(adapter, "%s (0x%x)\n",
acts->msg, status & acts->mask);
status &= ~acts->mask;
} else if (acts->msg)
CH_WARN(adapter, "%s (0x%x)\n",
acts->msg, status & acts->mask);
Expand Down Expand Up @@ -1843,11 +1844,10 @@ static int mac_intr_handler(struct adapter *adap, unsigned int idx)
t3_os_link_fault_handler(adap, idx);
}

t3_write_reg(adap, A_XGM_INT_CAUSE + mac->offset, cause);

if (cause & XGM_INTR_FATAL)
t3_fatal_err(adap);

t3_write_reg(adap, A_XGM_INT_CAUSE + mac->offset, cause);
return cause != 0;
}

Expand Down

0 comments on commit d5fb27e

Please sign in to comment.