]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: stratix10-svc: fix error handle while alloc/add device failed
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 29 Nov 2022 16:36:02 +0000 (10:36 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:33:33 +0000 (09:33 +0100)
commite56ac166446e7cd1e930d98e4ec37e2dcbaa8487
tree13e1dcefc0aed0211acb23ea8f860a7e85b629b5
parentd16a4d04c656a84eb741b1f2ab00655812f7292e
firmware: stratix10-svc: fix error handle while alloc/add device failed

[ Upstream commit 4aac7aecba4c0492063345ac1609a1ec4421f744 ]

If add device "stratix10-rsu" failed in stratix10_svc_drv_probe(),
the 'svc_fifo' and 'genpool' need be freed in the error path.

If allocate or add device "intel-fcs" failed in stratix10_svc_drv_probe(),
the device "stratix10-rsu" need be unregistered in the error path.

Fixes: a54818c28126 ("firmware: stratix10-svc: Add support for FCS")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20221129163602.462369-2-dinguyen@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/firmware/stratix10-svc.c