commit | a56489d4b3c914eb30b724ff25debc2e59c7950e | [log] [tgz] |
---|---|---|
author | Florian Schmaus <flo@geekplace.eu> | Thu Jul 26 12:17:37 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 27 09:15:46 2018 -0600 |
tree | 19257babf5d48a381a5a710a86e1da91b44d926a | |
parent | 94f71c16062e86069fb87dfa9b6683e2f1c21232 [diff] |
bcache: do not assign in if condition register_bcache() Fixes an error condition reported by checkpatch.pl which is caused by assigning a variable in an if condition. Signed-off-by: Florian Schmaus <flo@geekplace.eu> Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>