Removed an IF block from the PCnet code.
This commit is contained in:
@@ -940,11 +940,8 @@ pcnetUpdateIrq(nic_t *dev)
|
|||||||
|
|
||||||
pcnetlog(2, "%s: pcnetUpdateIrq: iISR=%d\n", dev->name, iISR);
|
pcnetlog(2, "%s: pcnetUpdateIrq: iISR=%d\n", dev->name, iISR);
|
||||||
|
|
||||||
/* normal path is to _not_ change the IRQ status */
|
pcnet_do_irq(dev, iISR);
|
||||||
if (iISR != dev->iISR) {
|
dev->iISR = iISR;
|
||||||
pcnet_do_irq(dev, iISR);
|
|
||||||
dev->iISR = iISR;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user