]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: net: cpsw: remove tx event processing in rx napi poll
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 21 Jul 2015 10:30:42 +0000 (16:00 +0530)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jul 2015 17:41:24 +0000 (10:41 -0700)
commit1e353cddcf81fbb79dd637cab9a22c837e94c205
treef3d439ed1989dbfc160c2024baedffd47efa47ab
parent0848f6428ba3a2e42db124d41ac6f548655735bf
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>
drivers/net/ethernet/ti/cpsw.c