diff options
| author | Erik Stromdahl <[email protected]> | 2018-06-18 17:01:21 +0300 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-06-28 12:53:15 +0300 |
| commit | d1a566bec5887988cd7e4b7cf98b05e1ff7a0f8a (patch) | |
| tree | f1063dd1cc99f87f1f43750cece7fd3c9b9605fe /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 168f75f11fe68455e0d058a818ebccfc329d8685 (diff) | |
ath10k: fix bug in masking of TID value
Although the TID mask is 0xf, the modulus operation does still not
produce identical results as the bitwise and operator. If the TID is 15, the
modulus operation will "convert" it to 0, whereas the bitwise and will keep it
as 15.
This was found during code review.
Signed-off-by: Erik Stromdahl <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions