From: Eric Dumazet Date: Thu, 8 Apr 2010 21:26:13 +0000 (+0000) Subject: net: Dont use netdev_warn() X-Git-Tag: v2.6.35-rc1~473^2~515 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a161ea92471087a1579239d7a58dd06eaa5601c;p=pandora-kernel.git net: Dont use netdev_warn() Dont use netdev_warn() in dev_cap_txqueue() and get_rps_cpu() so that we can catch following warnings without crash. bond0.2240 received packet on queue 6, but number of RX queues is 1 bond0.2240 received packet on queue 11, but number of RX queues is 1 Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed