aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorBen Dooks <[email protected]>2024-09-24 14:40:08 +0100
committerMark Brown <[email protected]>2024-10-01 19:02:01 +0100
commit68a16708d2503b6303d67abd43801e2ca40c208d (patch)
treedbd1d4a4eed3edd6982e34f539491d19a5571e08 /tools/perf/util/scripting-engines/trace-event-python.c
parent162d9b5d2308c7e48efbc97d36babbf4d73b2c61 (diff)
spi: s3c64xx: fix timeout counters in flush_fifo
In the s3c64xx_flush_fifo() code, the loops counter is post-decremented in the do { } while(test && loops--) condition. This means the loops is left at the unsigned equivalent of -1 if the loop times out. The test after will never pass as if tests for loops == 0. Signed-off-by: Ben Dooks <[email protected]> Fixes: 230d42d422e7 ("spi: Add s3c64xx SPI Controller driver") Reviewed-by: Andi Shyti <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions