git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724829b
)
can: mcp251x: fix NOHZ local_softirq_pending 08 warning
author
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 4 Oct 2010 08:50:51 +0000
(10:50 +0200)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Mon, 18 Oct 2010 09:19:42 +0000
(11:19 +0200)
This patch replaces netif_rx() with netif_rx_ni() which has to be used
from the threaded interrupt i.e. process context context.
Thanks to Christian Pellegrin for pointing at the right fix:
481a8199142c050b72bff8a1956a49fd0a75bbe0
by Oliver Hartkopp.
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
No differences found