diff options
| author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-05-02 11:20:04 +0300 |
|---|---|---|
| committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2015-05-04 11:38:08 +0300 |
| commit | 30544af5483755b11bb5924736e9e0b45ef0644a (patch) | |
| tree | ee3c5c38622e7147195e70b39ca8dce85157ac04 /tools/perf/scripts/python | |
| parent | 55e7fe5b9cd94e6accb128e6a1e5902e9018deef (diff) | |
| download | linux-30544af5483755b11bb5924736e9e0b45ef0644a.tar.xz | |
e1000e: fix call to do_div() to use u64 arg
We were using s64 for lat_ns (latency nano-second value) since in
our calculations a negative value could be a resultant. For negative
values, we then assign lat_ns to be zero, so the value passed to
do_div() was never negative, but do_div() expects the argument type
to be u64, so do a cast to resolve a compile warning seen on
PowerPC.
CC: Yanjiang Jin <yanjiang.jin@windriver.com>
CC: Yanir Lubetkin <yanirx.lubetkin@intel.com>
Reported-by: Yanjiang Jin <yanjiang.jin@windriver.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
