Re: [PATCH 10/13] ps3disk: add error handling support for add_disk()
From: Geoff Levand <geoff@infradead.org>
Date: 2021-10-29 15:05:25
Also in:
linux-nvme, linuxppc-dev, lkml, nvdimm
From: Geoff Levand <geoff@infradead.org>
Date: 2021-10-29 15:05:25
Also in:
linux-nvme, linuxppc-dev, lkml, nvdimm
Hi Luis, On 10/15/21 4:52 PM, Luis Chamberlain wrote:
We never checked for errors on add_disk() as this function returned void. Now that this is fixed, use the shiny new error handling. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
I tested your 20211011-for-axboe-add-disk-error-handling branch on PS3 and the ps3disk changes seem to be working OK. Tested-by: Geoff Levand <geoff@infradead.org>