aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNeerav Parikh <[email protected]>2014-09-13 07:40:44 +0000
committerJeff Kirsher <[email protected]>2014-10-23 20:38:03 -0700
commitf98a20068dfcc16d1292d3e4d0d690e123da1538 (patch)
treeb55ac83c349eecd0bad3688441e708e16e0870d8 /tools/perf/scripts/python/bin
parent8c570dcc8cbabd7bf1a8eb7eb7cc16a1a37b6c0f (diff)
i40e/i40evf: Use usleep_range() instead of udelay()
As per the Documentation/timers/timers-howto.txt it is preferred to use usleep_range() instead of udelay() if the delay value is > 10us in non-atomic contexts. So, replacing all the instances of udelay() with 10 or greater than 10 micro seconds delay in the driver and using usleep_range() instead. Change-ID: Iaa2ab499a4c26f6005e5d86cc421407ef9de16c7 Reported-by: Fengguang Wu <[email protected]> Signed-off-by: Neerav Parikh <[email protected]> Tested-by: Jim Young <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions