commit | f441108fa08c466d986a7dca776f59dabab58456 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Fri Jun 15 14:55:17 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jul 09 09:07:52 2018 -0600 |
tree | dfbb482435a8d56b7cd61cc8b5cb1059a63a77d9 | |
parent | 1e4b044d22517cae7047c99038abb444423243ca [diff] |
block: Remove a superfluous cast from blkdev_report_zones() No cast is necessary when assigning a non-void pointer to a void pointer. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com> Cc: Matias Bjorling <mb@lightnvm.io> Cc: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>