aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMiaoqian Lin <[email protected]>2022-04-12 06:42:09 +0000
committerJonathan Cameron <[email protected]>2022-04-28 19:22:55 +0100
commit50f2959113cb6756ffd73c4fedc712cf2661f711 (patch)
treea33807dcded98f42b7c22cabfd493dd6ff9e0805 /tools/perf/scripts/python
parentd345b23200bcdbd2bd3582213d738c258b77718f (diff)
iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout
wait_for_completion_timeout() returns unsigned long not int. It returns 0 if timed out, and positive if completed. The check for <= 0 is ambiguous and should be == 0 here indicating timeout which is the only error case. Fixes: 3cef2e31b54b ("iio: proximity: vl53l0x: Add IRQ support") Signed-off-by: Miaoqian Lin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions