nvdimm/btt: add error handling support for add_disk()
authorLuis Chamberlain <mcgrof@kernel.org>
Wed, 3 Nov 2021 23:04:25 +0000 (16:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 4 Nov 2021 11:48:49 +0000 (05:48 -0600)
commit16be7974ff5d0a5cd9f345571c3eac1c3f6ba6de
treec4cbdcee78e801b653a1087b7309677c7c3124b2
parent2762ff06aa49e3a13fb4b779120f4f8c12c39fd1
nvdimm/btt: add error handling support for add_disk()

We never checked for errors on add_disk() as this function
returned void. Now that this is fixed, use the shiny new
error handling.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20211103230437.1639990-3-mcgrof@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvdimm/btt.c