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

Commit ae4f40a6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: glink: Fix uninitialzed return value."

parents 270a09e4 0598f90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2711,7 +2711,7 @@ int glink_close(void *handle)
{
	struct glink_core_xprt_ctx *xprt_ctx = NULL;
	struct channel_ctx *ctx = (struct channel_ctx *)handle;
	int ret;
	int ret = 0;
	unsigned long flags;
	bool is_empty = false;