aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-08-22 23:46:06 +0100
committerDavid S. Miller <[email protected]>2017-08-22 16:18:00 -0700
commit4a00aa057759d713e1296ecbc614fa560d569977 (patch)
tree302fa8f14434955ed03cb0838eef931a975b44eb /tools/perf/scripts/python
parent9695fe6f21e3b06a7086f62851c0df16369fc223 (diff)
MIPS,bpf: fix missing break in switch statement
There is a missing break causing a fall-through and setting ctx.use_bbit_insns to the wrong value. Fix this by adding the missing break. Detected with cppcheck: "Variable 'ctx.use_bbit_insns' is reassigned a value before the old one has been used. 'break;' missing?" Fixes: 8d8d18c3283f ("MIPS,bpf: Fix using smp_processor_id() in preemptible splat.") Signed-off-by: Colin Ian King <[email protected]> Acked-by: David Daney <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions