net: wwan: iosm: fix memory leak in ipc_mux_init()
authorZhengchao Shao <shaozhengchao@huawei.com>
Sat, 3 Dec 2022 02:09:03 +0000 (10:09 +0800)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 6 Dec 2022 10:39:35 +0000 (11:39 +0100)
commit23353efc26e98b61b925274ecbb8f0610f69a8aa
tree34c37d5d4d1112449649895e7f8b9c6ea3642468
parent18010ff776fa42340efc428b3ea6d19b3e7c7b21
net: wwan: iosm: fix memory leak in ipc_mux_init()

When failed to alloc ipc_mux->ul_adb.pp_qlt in ipc_mux_init(), ipc_mux
is not released.

Fixes: 1f52d7b62285 ("net: wwan: iosm: Enable M.2 7360 WWAN card support")
Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Reviewed-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Link: https://lore.kernel.org/r/20221203020903.383235-1-shaozhengchao@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/wwan/iosm/iosm_ipc_mux.c