git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cdcf09
)
ixgbe: use typed min/max functions where possible
author
Jesse Brandeburg
<jesse.brandeburg@intel.com>
Fri, 10 Feb 2012 10:20:02 +0000
(10:20 +0000)
committer
Jeff 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