Minor: Removed unnecessary condition.
This commit is contained in:
parent
526335d540
commit
7749257ccb
|
|
@ -1637,9 +1637,7 @@ static void e100_watchdog(unsigned long data)
|
|||
}
|
||||
|
||||
mii_check_link(&nic->mii);
|
||||
}
|
||||
|
||||
if (!nic->ecdev) {
|
||||
/* Software generated interrupt to recover from (rare) Rx
|
||||
* allocation failure.
|
||||
* Unfortunately have to use a spinlock to not re-enable interrupts
|
||||
|
|
|
|||
|
|
@ -1653,9 +1653,7 @@ static void e100_watchdog(unsigned long data)
|
|||
}
|
||||
|
||||
mii_check_link(&nic->mii);
|
||||
}
|
||||
|
||||
if (!nic->ecdev) {
|
||||
/* Software generated interrupt to recover from (rare) Rx
|
||||
* allocation failure.
|
||||
* Unfortunately have to use a spinlock to not re-enable interrupts
|
||||
|
|
|
|||
|
|
@ -1660,9 +1660,7 @@ static void e100_watchdog(unsigned long data)
|
|||
}
|
||||
|
||||
mii_check_link(&nic->mii);
|
||||
}
|
||||
|
||||
if (!nic->ecdev) {
|
||||
/* Software generated interrupt to recover from (rare) Rx
|
||||
* allocation failure.
|
||||
* Unfortunately have to use a spinlock to not re-enable interrupts
|
||||
|
|
|
|||
|
|
@ -1660,9 +1660,7 @@ static void e100_watchdog(unsigned long data)
|
|||
}
|
||||
|
||||
mii_check_link(&nic->mii);
|
||||
}
|
||||
|
||||
if (!nic->ecdev) {
|
||||
/* Software generated interrupt to recover from (rare) Rx
|
||||
* allocation failure.
|
||||
* Unfortunately have to use a spinlock to not re-enable interrupts
|
||||
|
|
|
|||
Loading…
Reference in New Issue