net: fec: don't disable FEC_ENET_TS_TIMER interrupt
Only the interrupt routine processes this condition. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
53bb20d1fa
commit
80dc6a9f8e
@@ -1553,7 +1553,7 @@ fec_enet_interrupt(int irq, void *dev_id)
|
||||
|
||||
if (napi_schedule_prep(&fep->napi)) {
|
||||
/* Disable the NAPI interrupts */
|
||||
writel(FEC_ENET_MII, fep->hwp + FEC_IMASK);
|
||||
writel(FEC_NAPI_IMASK, fep->hwp + FEC_IMASK);
|
||||
__napi_schedule(&fep->napi);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user