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

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

Merge "audio-lnx: Correct mutex usage during error handling"

parents e241554a f6d89a50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -256,8 +256,8 @@ static int msm_int_enable_sdw_cdc_clk(struct msm_sdw_priv *msm_sdw,
			msm_sdw->int_mclk1_enabled = false;
		}
	}
	mutex_unlock(&msm_sdw->cdc_int_mclk1_mutex);
rtn:
	mutex_unlock(&msm_sdw->cdc_int_mclk1_mutex);
	return ret;
}
EXPORT_SYMBOL(msm_int_enable_sdw_cdc_clk);