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:
0340501
)
igbvf: cleanup msleep() and min/max() usage
author
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Sat, 21 Feb 2015 04:55:56 +0000
(20:55 -0800)
committer
Jeff Kirsher
<jeffrey.t.kirsher@intel.com>
Tue, 24 Feb 2015 01:11:54 +0000
(17:11 -0800)
Fixed a few cases of when we used msleep() when we should have been
using usleep_range(). Also updated the usage of min/max() to use
min_t/max_t().
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
No differences found