diff options
author | Jacob Keller <[email protected]> | 2022-07-21 14:29:56 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2022-07-28 10:55:56 -0700 |
commit | ab8e8db27e829bc7077c4db36ed9e3e0c5daeae8 (patch) | |
tree | ff74dde24fe0b675498dd7609093c728fd93e6bd /tools/perf/scripts/python/syscall-counts.py | |
parent | 4488df1401522cd263166ef8799d56661baf83b0 (diff) |
e1000e: remove unnecessary range check in e1000e_phc_adjfreq
The e1000e_phc_adjfreq function validates that the input delta is within
the maximum range. This is already handled by the core PTP code and this is
a duplicate and thus unnecessary check. It also complicates refactoring to
use the newer .adjfine implementation, where the input is no longer
specified in parts per billion. Remove the range validation check.
Signed-off-by: Jacob Keller <[email protected]>
Tested-by: Naama Meir <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions