commit | 16c1fdf4cfd6c0091e59b93ec2cb7e99973f8244 | [log] [tgz] |
---|---|---|
author | Florian Schmaus <flo@geekplace.eu> | Thu Jul 26 12:17:39 2018 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jul 27 09:15:46 2018 -0600 |
tree | a7ff9e290aedbf5fc73a78dfcd25f9a9626703be | |
parent | 6268dc2c4703aabfb0b35681be709acf4c2826c6 [diff] |
bcache: do not assign in if condition in bcache_init() 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>