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

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

Merge "dsp: q6asm: Delete all nodes in mmap_handle_list during RESET_EVENT"

parents 3075f30b bd2b0607
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -1788,12 +1788,9 @@ static int32_t q6asm_srvc_callback(struct apr_client_data *data, void *priv)
				buf_node = list_entry(ptr,
						struct asm_buffer_node,
						list);
				if (buf_node->buf_phys_addr ==
				common_client.port[i].buf->phys) {
				list_del(&buf_node->list);
				kfree(buf_node);
			}
			}
			pr_debug("%s: Clearing custom topology\n", __func__);
		}