From: Holger Schurig Date: Wed, 16 Jan 2008 14:48:44 +0000 (+0100) Subject: libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message X-Git-Tag: v2.6.25-rc1~1162^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae3e0fcf901e4b7df87aef7ab39093e142a8de8b;p=pandora-kernel.git libertas cs/sdio: fix 'NOHZ: local_softirq_pending 08' message netif_rx should be called only from interrupt context. if_cs and if_sdio receive packets from other contexts, and thus should call netif_rx_ni. Signed-off-by: Marc Pignat Acked-by: Holger Schurig Signed-off-by: John W. Linville --- Reading git-diff-tree failed