diff options
| author | Wolfram Sang <[email protected]> | 2024-09-02 14:10:03 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2024-09-03 10:10:38 +0000 |
| commit | 088c588fffbf952bb7210c58a00e6dd3089cf88e (patch) | |
| tree | 72ae4c76fd81170dea8262adc7057e77703389f5 /scripts/mod/file2alias.c | |
| parent | slimbus: qcom-ctrl: use 'time_left' variable with wait_for_completion_timeout() (diff) | |
| download | kernel-088c588fffbf952bb7210c58a00e6dd3089cf88e.tar.gz kernel-088c588fffbf952bb7210c58a00e6dd3089cf88e.zip | |
slimbus: qcom-ngd-ctrl: 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.
Fix to the proper variable type 'unsigned long' while here.
Signed-off-by: Wolfram Sang <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/mod/file2alias.c')
0 files changed, 0 insertions, 0 deletions
