ixgbe: use typed min/max functions where possible
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Fri, 10 Feb 2012 10:20:02 +0000 (10:20 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 14 Mar 2012 07:45:05 +0000 (00:45 -0700)
using the form min((int)var, ver)) is replaced by min_t(int, ...)

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found