]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
authorJing Xiangfeng <jingxiangfeng@huawei.com>
Mon, 12 Oct 2020 02:56:43 +0000 (10:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Dec 2020 12:46:56 +0000 (13:46 +0100)
commite28b2e0660029ab7d0f4f052d8f4cfeb4960cdd2
treea701b9d71a3f64d5d81513a0a1e85ce25b8fe903
parent210c83dfa978c0cd83b9385f26eede4df1ac7dea
HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()

[ Upstream commit 41fff6e19bc8d6d8bca79ea388427c426e72e097 ]

In current code, it jumps to ida_simple_remove() when ida_simple_get()
failes to allocate an ID. Just return to fix it.

Fixes: 0fae198988b8 ("HSI: omap_ssi: built omap_ssi and omap_ssi_port into one module")
Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/hsi/controllers/omap_ssi_core.c