From: Alexander Duyck Date: Wed, 8 Feb 2012 07:51:42 +0000 (+0000) Subject: ixgbe: Two minor fixes for RSS and FDIR set queues functions X-Git-Tag: v3.4-rc1~177^2~17^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca435078822d9728318dee49ba4f2ff8a2ead24;p=pandora-kernel.git ixgbe: Two minor fixes for RSS and FDIR set queues functions This change fixes two minor issues. The first was the fact that we were setting the return value to false twice in the set_rss_queues function. The second is the fact that we should have been using "min_t(int," instead of "min((int)" in set_fdir_queues. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed