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

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

Merge "memshare: Free the memory after XPU unlocking is done"

parents ac6c6499 b473fc4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ static int modem_notifier_cb(struct notifier_block *this, unsigned long code,

	switch (code) {

	case SUBSYS_BEFORE_POWERUP:
	case SUBSYS_AFTER_POWERUP:
		pr_err("memshare: Modem Restart has happened\n");
		free_mem_clients(DHMS_MEM_PROC_MPSS_V01);
		break;