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

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

Merge "dsp: Initialize variable before use"

parents 86544076 13d5a966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7903,7 +7903,7 @@ static int voice_alloc_oob_shared_mem(void)
	int cnt = 0;
	int rc = 0;
	size_t len;
	void *mem_addr;
	void *mem_addr = NULL;
	dma_addr_t phys;
	int bufsz = BUFFER_BLOCK_SIZE;
	int bufcnt = NUM_OF_BUFFERS;