]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: use min_t
authorMitch Williams <mitch.a.williams@intel.com>
Tue, 11 Feb 2014 08:27:52 +0000 (08:27 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 20 Mar 2014 00:17:20 +0000 (17:17 -0700)
commit30a500e21831ec3fb050da3ab8bb4c6facf23ef0
tree1d05c750a6b7f13cf555905d99e53fee24772ffd
parent96d477045388c03a03041c382f19e122046c0afd
i40evf: use min_t

Checkpatch complained in an earlier patch about using min(), but that
change would have been completely unrelated to the point of that patch.
So fix it here.

Change-ID: I2cd87b39cfd406850d283b88f259757a6bcd14cd
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c