commit | 1cf417530375b475d4a8a9f18dc0867f91e52d78 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sat Jan 21 22:44:07 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Mon Jan 23 08:32:18 2017 -0700 |
tree | a2527f6374c48879d79dcd5b374c8159717aebce | |
parent | d609af3a1397511a7a2c213f9f855fa82df771ee [diff] |
cfq-iosched: Adjust one function call together with a variable assignment The script "checkpatch.pl" pointed information out like the following. ERROR: do not use assignment in if condition Thus fix the affected source code place. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Jens Axboe <axboe@fb.com>