From: Eric Dumazet Date: Fri, 13 Nov 2009 21:54:04 +0000 (+0000) Subject: net: check the return value of ndo_select_queue() X-Git-Tag: v2.6.33-rc1~388^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed04642f753b1240fc65c2978b7365e93209972a;p=pandora-kernel.git net: check the return value of ndo_select_queue() Check the return value of ndo_select_queue(). If the value isn't smaller than the real_num_tx_queues, print a warning message, and reset it to zero. Signed-off-by: Changli Gao Signed-off-by: Eric Dumazet ---- Signed-off-by: David S. Miller --- Reading git-diff-tree failed