diff options
| author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2024-08-05 23:51:14 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-08-09 07:56:39 +0200 |
| commit | 0016b5a5c71ef426d88bff2b14096ddf86c4181f (patch) | |
| tree | d3c7d7a5a09b8253ea9f11119f96606643acdb17 /drivers/fpga/fpga-bridge.c | |
| parent | ec1d98e9c60a7882d3c96c79eb67b92a34c5352f (diff) | |
media: allegro: use 'time_left' variable with wait_for_completion_timeout()
There is a confusing pattern in the kernel to use a variable named
'timeout' to store the result of wait_for_completion_timeout() causing
patterns like:
timeout = wait_for_completion_timeout(...)
if (!timeout) return -ETIMEDOUT;
with all kinds of permutations. Use 'time_left' as a variable to make the
code self explaining, also for the code path using 'tmo' as a variable.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions
