Minor: Removed unnecessary condition.

This commit is contained in:
Florian Pose 2009-07-15 11:55:05 +00:00
parent 526335d540
commit 7749257ccb
4 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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