]> git.baikalelectronics.ru Git - kernel.git/commit
ks8851: Fix NOHZ local_softirq_pending 08 warning
authorCousson, Benoit <b-cousson@ti.com>
Mon, 13 Feb 2012 07:37:12 +0000 (07:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2012 21:04:09 +0000 (16:04 -0500)
commit7bc0b4c2065aa0cb29e425566dfe924a3af38216
tree6e61eeeca1067b7c475686af9f99092f9a9dba24
parentbdae728b5ef1b5c16417b31d1bda0220f47ad678
ks8851: Fix NOHZ local_softirq_pending 08 warning

This fix a similar problem as in dd145e07cd401b601d528f00894607026715e956
and 71e328b8207e72c059bc743f060ff948f8bdaeef ("can:
fix NOHZ local_softirq_pending 08 warning"). This fix replaces netif_rx()
with netif_rx_ni() which has to be used from process/softirq context.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/micrel/ks8851.c