OSDN Git Service

md/raid5: missing error code in setup_conf()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Jul 2022 09:48:01 +0000 (12:48 +0300)
committerSong Liu <song@kernel.org>
Tue, 19 Jul 2022 17:58:33 +0000 (10:58 -0700)
commit5f7ef4875f99538b741527963ffe09e869b49826
tree0097e4bad8f7088c5401a6a71acd0ac05ee30fb9
parent957a2b345cbcf41b4b25d471229f0e35262f066c
md/raid5: missing error code in setup_conf()

Return -ENOMEM if the allocation fails.  Don't return success.

Fixes: 8fbcba6b999b ("md/raid5: Cleanup setup_conf() error returns")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5.c