Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 299fbd4e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Closing the HAB socket correctly in unmount scenarios"

parents 242cd893 11e37b96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2262,7 +2262,7 @@ static int veth_ipa_remove(struct platform_device *pdev)
		pr_err("%s: failed\n");
		return ret;
	}

	habmm_socket_close(pdata->veth_emac_mem.vc_id);
	veth_ipa_cleanup(pdata);
	return 0;
}