commit | c0b3dda7ed4d7f08b6a39ff8b35895780a68e384 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Aug 23 13:44:20 2017 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Aug 23 08:35:50 2017 -0600 |
tree | 5470241fcdb7c5ff69337680c1be9486cba5d1c5 | |
parent | 69a84ba216873e25bbc110e5ef98390d3cd3bc1c [diff] |
skd: Uninitialized variable in skd_isr_completion_posted() Someone got too agressive about removing initializations and accidentally removed the "rc = 0;" which is required. Fixes: c830da8cbc7b ("skd: Remove superfluous initializations from skd_isr_completion_posted()") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>