From: Jesse Brandeburg Date: Fri, 10 Feb 2012 10:20:02 +0000 (+0000) Subject: ixgbe: use typed min/max functions where possible X-Git-Tag: v3.4-rc1~177^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed69d7e318ce17c77d91fd09a963cf48ce3a8a9;p=pandora-kernel.git ixgbe: use typed min/max functions where possible using the form min((int)var, ver)) is replaced by min_t(int, ...) Signed-off-by: Jesse Brandeburg Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed