diff options
author | Denys Vlasenko <[email protected]> | 2016-04-20 17:45:54 +0200 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2016-05-13 14:46:45 -0700 |
commit | fb5277f2c2e4db4a29740ff071072a688892d2df (patch) | |
tree | 778ebc482001afc2a817fe893bc25c2c4fbab8dc /net/switchdev/switchdev.c | |
parent | 8008f68cb805c0099723ba1b58d26257a52ce890 (diff) |
e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64
"incvalue" variable holds a result of "er32(TIMINCA) &
E1000_TIMINCA_INCVALUE_MASK" and used in "do_div(temp, incvalue)"
as a divisor.
Thus, "u64 incvalue" declaration is probably a mistake.
Even though it seems to be a harmless one, let's fix it.
Signed-off-by: Denys Vlasenko <[email protected]>
Tested-by: Aaron Brown <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions