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

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

Merge "soc: qcom: Insert poison value into DCC SRAM"

parents 2b54bfdb 8b8ba6f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -536,7 +536,7 @@ static int dcc_enable(struct dcc_drvdata *drvdata)

	mutex_lock(&drvdata->mutex);

	memset_io(drvdata->ram_base, 0, drvdata->ram_size);
	memset_io(drvdata->ram_base, 0xDE, drvdata->ram_size);

	for (list = 0; list < DCC_MAX_LINK_LIST; list++) {