Re: [PATCH 8/9] s390/block/scm_blk: add error handling support for add_disk()

From: Heiko Carstens
Date: Fri Sep 03 2021 - 10:31:17 EST


On Thu, Sep 02, 2021 at 10:41:04AM -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.
>
> Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>
> ---
> drivers/s390/block/scm_blk.c | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)

Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>