aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2014-10-27 02:25:01 -0300
committerMauro Carvalho Chehab <[email protected]>2014-11-11 08:44:08 -0200
commit85273c382e185236241f21e0d468f86ca76c1546 (patch)
treeeb537cc688a7c150355a9f45375b6cfc4611c34b /tools/perf/scripts/python/event_analyzing_sample.py
parent7041bc997db6a29af74499938987160bbe6654ef (diff)
[media] cx25840/cx18: Use standard ordering of mask and shift
Precedence of & and >> is not the same and is not left to right. shift has higher precedence and should be done after the mask. This use has a mask then shift which is not the normal style. Move the shift before the mask to match nearly all the other uses in kernel. Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions