]> www.infradead.org Git - users/jedix/linux-maple.git/commit
maple: fix wrong return value of maple_bus_init().
authorLu Wei <luwei32@huawei.com>
Thu, 26 Nov 2020 02:43:11 +0000 (10:43 +0800)
committerRich Felker <dalias@libc.org>
Tue, 23 Feb 2021 22:06:45 +0000 (17:06 -0500)
commit71ae1f7c775ed6cc9a1f31e34030b3695f3d42a1
treeab02466f1f638ce68729319a0f502a7b9cf7e7aa
parent7ec713058f2191d7632d9f49b6ca290ab5cbf1ed
maple: fix wrong return value of maple_bus_init().

If KMEM_CACHE or maple_alloc_dev failed, the maple_bus_init() will return 0
rather than error, because the retval is not changed after KMEM_CACHE or
maple_alloc_dev failed.

Fixes: 17be2d2b1c33 ("sh: Add maple bus support for the SEGA Dreamcast.")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Acked-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Signed-off-by: Rich Felker <dalias@libc.org>
drivers/sh/maple/maple.c