Skip to content
Commit 1aff514e authored by Yang Yingliang's avatar Yang Yingliang Committed by Sebastian Reichel
Browse files

HSI: omap_ssi_core: fix possible memory leak in ssi_probe()



If ssi_add_controller() returns error, it should call hsi_put_controller()
to give up the reference that was set in hsi_alloc_controller(), so that
it can call hsi_controller_release() to free controller and ports that
allocated in hsi_alloc_controller().

Fixes: b209e047 ("HSI: Introduce OMAP SSI driver")
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent f5181c35
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment