Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134425
b: refs/heads/master
c: 573cca8
h: refs/heads/master
i:
  134423: f248fe0
v: v3
  • Loading branch information
dave graham authored and David S. Miller committed Feb 11, 2009
1 parent 88859b3 commit 96be30a
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: 5df3f0eaf8b236cc785e2733a3df1e5c84e4aad8
refs/heads/master: 573cca8c6fdbf6bd2dae8f9e9b66931990849c83
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000e/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ static irqreturn_t e1000_intr_msi(int irq, void *data)
* read ICR disables interrupts using IAM
*/

if (icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) {
if (icr & E1000_ICR_LSC) {
hw->mac.get_link_status = 1;
/*
* ICH8 workaround-- Call gig speed drop workaround on cable
Expand Down Expand Up @@ -1219,7 +1219,7 @@ static irqreturn_t e1000_intr(int irq, void *data)
* IMC write
*/

if (icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC)) {
if (icr & E1000_ICR_LSC) {
hw->mac.get_link_status = 1;
/*
* ICH8 workaround-- Call gig speed drop workaround on cable
Expand Down

0 comments on commit 96be30a

Please sign in to comment.