commit | 5e62d98c4bbc243f3dca18e73a754b629839fc5c | [log] [tgz] |
---|---|---|
author | Troy Kisky <troy.kisky@boundarydevices.com> | Tue Sep 19 17:33:07 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 20 15:47:30 2017 -0700 |
tree | 61afb449f510fe4c99ccd19105544988741113ae | |
parent | 92dd5452c1be873a1193561f4f691763103d22ac [diff] |
net: fec: only check queue 0 if RXF_0/TXF_0 interrupt is set Before queue 0 was always checked if any queue caused an interrupt. It is better to just mark queue 0 if queue 0 has caused an interrupt. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> Acked-by: Fugang Duan <Fugang.duan@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>