summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorBruce Allan <bruce.w.allan@intel.com>2011-03-19 03:27:20 +0300
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-04-14 06:17:06 +0400
commit1bba4386ab4f67a53c9649268dd9c83bc6110a9b (patch)
tree5519c317c5f2828422c7cb44fa6251bae5b5aff9 /mm
parent563988dcfe706457ec7049d59e18d6147179bb0a (diff)
downloadlinux-1bba4386ab4f67a53c9649268dd9c83bc6110a9b.tar.xz
e1000e: convert short duration msleep() to usleep_range()
With durations less than 20ms, the jiffies or legacy timer backed msleep() may sleep ~20ms which might not be what the caller expects. Instead, it is recommended to use the hrtimers backed usleep_range(). For more, see Documentation/timers/timers-howto.txt. Issues reported by checkpatch. In addition, remove unnecessary sleep in e1000e_write_nvm_spi(). Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions