commit | 1e353cddcf81fbb79dd637cab9a22c837e94c205 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Tue Jul 21 16:00:42 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 21 10:41:24 2015 -0700 |
tree | f3d439ed1989dbfc160c2024baedffd47efa47ab | |
parent | 0848f6428ba3a2e42db124d41ac6f548655735bf [diff] |
drivers: net: cpsw: remove tx event processing in rx napi poll With commit c03abd84634d ("net: ethernet: cpsw: don't requests IRQs we don't use") common isr and napi are separated into separate tx isr and rx isr/napi, but still in rx napi tx events are handled. So removing the tx event handling in rx napi. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>