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

Commit deeb76e2 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: clear address on error"

parents c8e068d0 b50e6564
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -637,7 +637,9 @@ done:
	return cal_block;
err:
	kfree(cal_block->cal_info);
	cal_block->cal_info = NULL;
	kfree(cal_block->client_info);
	cal_block->client_info = NULL;
	kfree(cal_block);
	cal_block = NULL;
	return cal_block;