diff options
author | Dan Carpenter <[email protected]> | 2014-10-29 18:48:05 +0300 |
---|---|---|
committer | John W. Linville <[email protected]> | 2014-10-30 15:00:22 -0400 |
commit | a017ff755e43de9a3221d4ff4f03184ea7b93733 (patch) | |
tree | 5ccc275e776b00013de009e797e12e1c4145bfea /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 664d6a792785cc677c2091038ce10322c8d04ae1 (diff) |
ath9k: fix some debugfs output
The right shift operation has higher precedence than the mask so we
left shift by "(i * 3)" and then immediately right shift by "(i * 3)"
then we mask. It should be left shift, mask, and then right shift.
Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions