On Mon, Sep 27, 2021 at 3:01 PM Luis Chamberlain <mcgrof@xxxxxxxxxx> 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> --- arch/xtensa/platforms/iss/simdisk.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)
Acked-by: Max Filippov <jcmvbkbc@xxxxxxxxx> -- Thanks. -- Max