From: Marc Kleine-Budde Date: Mon, 4 Oct 2010 08:50:51 +0000 (+0200) Subject: can: mcp251x: fix NOHZ local_softirq_pending 08 warning X-Git-Tag: v2.6.37-rc1~147^2~100^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57d3c7b09bd797b8db974557a71df8675a22601b;p=pandora-kernel.git can: mcp251x: fix NOHZ local_softirq_pending 08 warning 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 Acked-by: Wolfgang Grandegger --- Reading git-diff-tree failed