Re: [PATCH v2 10/13] mtd/ubi/block: add error handling support for add_disk()
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-03 16:07:55
Also in:
linux-block, linux-scsi, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2021-11-03 16:07:55
Also in:
linux-block, linux-scsi, lkml
On Wed, Nov 03, 2021 at 05:21:54AM -0700, 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.
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>