commit | fbcf88b8833ce2c404b9a0e7caab82b20312cbbc | [log] [tgz] |
---|---|---|
author | Cousson, Benoit <b-cousson@ti.com> | Mon Feb 13 07:37:12 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 13 16:04:09 2012 -0500 |
tree | 6e61eeeca1067b7c475686af9f99092f9a9dba24 | |
parent | 66d885cba670059396b2f9ed9d5f4cbead0baee0 [diff] |
ks8851: Fix NOHZ local_softirq_pending 08 warning This fix a similar problem as in 72092cc45378176ba700034c91b7af2db524df26 and 481a8199142c050b72bff8a1956a49fd0a75bbe0 ("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>