]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:36:21 +0000 (11:36 +0100)
commit041fd676937df0b77cc6d08a7d1129638149aa1b
treec98e4b94e2dfad6ecfa2ccfc8e8ba40423f426b1
parentab16c0dc7693be43d17dd491438f3dfac86bbb69
maple: fix wrong return value of maple_bus_init().

[ Upstream commit bde82ee391fa6d3ad054313c4aa7b726d32515ce ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/sh/maple/maple.c