Home
last modified time | relevance | path

Searched hist:"21 fd880d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/m68k/emu/
H A Dnfblock.c21fd880d Fri Oct 15 18:30:25 CDT 2021 Luis Chamberlain <mcgrof@kernel.org> m68k/emu/nfblock: 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: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
Link: https://lore.kernel.org/r/20211015233028.2167651-7-mcgrof@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>