commit | 8f37d1913f096b530242f7815ac0be3c20888ef9 | [log] [tgz] |
---|---|---|
author | Matias Bjørling <mb@lightnvm.io> | Fri Mar 30 00:04:49 2018 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Mar 29 17:29:09 2018 -0600 |
tree | 5ca905273c9293f37ea10ca8565cabf1f2353e77 | |
parent | 5da84cf6037690835c7b1ea91b4158ed768df712 [diff] |
lightnvm: remove chnl_offset in nvme_nvm_identity The identity structure is initialized to zero in the beginning of the nvme_nvm_identity function. The chnl_offset is separately set to zero. Since both the variable and assignment is never changed, remove them. Signed-off-by: Matias Bjørling <mb@lightnvm.io> Signed-off-by: Jens Axboe <axboe@kernel.dk>