commit | 61a561d8d7d1e1cac46618d01aa3298eb447eece | [log] [tgz] |
---|---|---|
author | Matias Bjørling <matias@cnexlabs.com> | Tue Jan 31 13:17:13 2017 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 31 08:32:13 2017 -0700 |
tree | 7046e9abec147b20e59d01c80c1e760517b98d1b | |
parent | 8f4fe008fb256649bd0e16c96a6eafa3bd916ac3 [diff] |
lightnvm: make nvm_map_* return void The only check there was done was a debugging check. Remove it and replace the return value with void to reduce error checking. Signed-off-by: Matias Bjørling <matias@cnexlabs.com> Signed-off-by: Jens Axboe <axboe@fb.com>