]> git.baikalelectronics.ru Git - kernel.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)
commit7ae773bdd2c1343c366b068b9d4d9f2a7584c22c
treef3d439ed1989dbfc160c2024baedffd47efa47ab
parent31a48196ae1946f30dfe93a4480b6a6f8487cd23
drivers: net: cpsw: remove tx event processing in rx napi poll

With commit 7ed504b33cf4 ("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