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

Commit 30afbb35 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 memset function params order"

parents 9426e18c c1b313fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1386,7 +1386,7 @@ int q6lsm_set_one_param(struct lsm_client *client,
	struct lsm_module_param_ids ids;
	u8 *packet;

	memset(&ids, sizeof(ids), 0);
	memset(&ids, 0, sizeof(ids));
	switch (param_type) {
	case LSM_ENDPOINT_DETECT_THRESHOLD: {
		ids.module_id = p_info->module_id;