aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorBrian Norris <[email protected]>2014-05-20 22:47:26 -0700
committerBrian Norris <[email protected]>2014-05-28 00:05:26 -0700
commitab7f6fcec33a01279d2abeaf1c4ccdfa8a5d93ff (patch)
tree7cfeb29c8fe79ebc80e743b79b901037baf5c2bc /tools/perf/util/scripting-engines/trace-event-python.c
parentabb9cf78e80ab4407c3efb0950f08e6941bc7e73 (diff)
mtd: nand: r852: correct write_buf loop bounds
The two loops in r852_write_buf() are designed to handle 4-byte-aligned and then 1-byte-aligned portions, respectively. However, there are two issues: (1) The first loop will only terminate if 'len' is a multiple of 4 (2) The second loop will never terminate if it runs at least once Rewrite these loops as they were probably intended. Compile tested only. Issues pointed out by Coverity Scan. Signed-off-by: Brian Norris <[email protected]> Cc: Maxim Levitsky <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions