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

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

Merge "ASoC: msm: qdsp6v2: Fix information leak in kernel"

parents 2bd9b027 daaf030e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16215,7 +16215,8 @@ int msm_routing_set_downmix_control_data(int be_id, int session_id,
	uint16_t ii;
	uint16_t *dst_gain_ptr = NULL;
	if (be_id >= MSM_BACKEND_DAI_MAX) {
	if (be_id < MSM_BACKEND_DAI_PRI_I2S_RX ||
	    be_id >= MSM_BACKEND_DAI_MAX) {
		rc = -EINVAL;
		return rc;
	}